Missing Paramenter List
Hi!
I am new to programming in Excel 2000 and have the following problem.
if I type the following code
dim rg as range
Set rg = Worksheets(1).Range("B1:B50")
when I type
"rg."
no property list pops up and rg is not a variant
This is happening with many other properties and objects
What is going on?
|