Hello,
in this code:
a list of properties and functions will show when a dot is entered after Range("A1").![]()
Sub test2() Range("A1") End Sub
Can anyone explain why in this code
such a list will not appear![]()
Sub test3() Sheet(1).Range ("A1") End Sub
Thanks, Liglin
Bookmarks