My data I want to bring over to an Access database is stored in an Excel workbook with as many work sheets as letters in the alphabet. On each sheet I have information about contacts. The info is not stored line by line for each contact but like cards. There are place holders (formatting of cells) for firstname, last name telephone ...) Since the distance between each contact is the same I can do a for loop. The question is, how to define a range in each worksheet to look for information. Some thing like Do while rownumber=10000?
Thanks
Thanks