Thread
:
Find code is ignoring MatchCase flag and range end being incorrectly set
View Single Post
01-21-2021, 02:04 PM
gmaxey
Windows 10
Office 2016
Expert
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,617
Not really, the compiler will resolve strings to long:
Sub ScratchMacro()
'A basic Word macro coded by Greg Maxey
MsgBox "4" * "5"
lbl_Exit:
Exit Sub
End Sub
__________________
Greg Maxey
Please visit my web site at
http://www.gregmaxey.com/
gmaxey
View Public Profile
Find all posts by gmaxey