Newbie question.. what does [somedata] represent? Constants??
I am relatively new to excel/vba programming..I am tackling my 3rd or so
project.
I've come across some logic in a vba module:
lRows = [LocRows] <-----Whats that?
vStore = [LocNum] <-----What's that??
dRow = [DselRow] <------What's that???
I get the feeling these refers to named constants? But I am looking for
somebody to confirm and tell me how to define one.
THanks.
|