I have a textbox on worksheet(1) called txt1.
Is there anything wrong with the following as i can't get it work:
strC = "txt1"
debug.print worksheets(1)(strC)
or
debug.print worksheets(1).strC
the error produced is 438 'object does not support this property or method..'
Thanks
Is there anything wrong with the following as i can't get it work:
strC = "txt1"
debug.print worksheets(1)(strC)
or
debug.print worksheets(1).strC
the error produced is 438 'object does not support this property or method..'
Thanks