F
Frank Kabel
Hi
try
Range("A1").resize(lngRows,lngCols).select
address that they would consume if starting at cell "A1".
try
Range("A1").resize(lngRows,lngCols).select
need to somehow convert these into an equivalent range-----Original Message-----
Hello: VBA in Excel XP with Win 2000.
I have two variables that are both long data types. I
address that they would consume if starting at cell "A1".
advance for your example function.For example suppose:
lngCols = 4
lngRows = 3
Range address would be: A13
How in the world can I do this efficiently? Thanks in