Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thought I had lost this thread after spending time reformatting my HD. But
downloading 1000 headers did it. Thanks again raypayette. Brian "raypayette" wrote in message ... VBA assumes that a variable that wasn't defined is a Variant, not a number, not a string. Had "Option explicit" been specified, it should have been defined either as a Variant or an Integer. The advantage of a Variant is that it can be reused as need be in a different context. The variable c changes value with the current cell that is selected. -- raypayette ------------------------------------------------------------------------ raypayette's Profile: http://www.excelforum.com/member.php...o&userid=29569 View this thread: http://www.excelforum.com/showthread...hreadid=566489 |