I'm trying to get a VBA script to enter data in certain cells on every sheet in an Excel XP (2002) workbook. This script will be used in several workbooks all of which have a different number of sheets with different names. I can get the number of sheets by using Worksheets.Count, but can't activate each one in turn as I can't use a variable in the (sheet name).Activate command.
Does any one have any ideas as to a possible solution?
TIA.
---
Tom
Does any one have any ideas as to a possible solution?
TIA.
---
Tom