Hi
Im learnng to use excel vba and have named some of the cells in a worksheet i.e A1 = "LOCATION", A2 = "DATE" etc. I'd like to access the name of the cell from the cell reference e.g what is cell A1's name? The return should be LOCATION or similar. But when I tried Sheet1.Range(A1).Name, it returns ='Front Page'!$A$1
Any ideas?
Missy Ed
Looking to exchange ideas and tips on VB and MS Access. Drop me a line: msedbbw@hotmail.com
Im learnng to use excel vba and have named some of the cells in a worksheet i.e A1 = "LOCATION", A2 = "DATE" etc. I'd like to access the name of the cell from the cell reference e.g what is cell A1's name? The return should be LOCATION or similar. But when I tried Sheet1.Range(A1).Name, it returns ='Front Page'!$A$1
Any ideas?
Missy Ed
Looking to exchange ideas and tips on VB and MS Access. Drop me a line: msedbbw@hotmail.com