E
Eric
when running in debug mode I was able to see the variable values by
putting the cursor over the variable in office 2000 for the PC. How do
I get this function to work on office X for the Mac?
for i= 1 to 10
test(i)=
next i
In this example putting the cursor over either test or (i) would give
me the value of the figure going into test and putting the cursor over
i would give me the value i is.
Thanks
putting the cursor over the variable in office 2000 for the PC. How do
I get this function to work on office X for the Mac?
for i= 1 to 10
test(i)=
next i
In this example putting the cursor over either test or (i) would give
me the value of the figure going into test and putting the cursor over
i would give me the value i is.
Thanks