TotallyConfused
Board Regular
- Joined
- May 4, 2017
- Messages
- 247
- Office Version
- 365
- Platform
- Windows
This morning when I loaded Excel 2010 with Vista, the same as I’ve always used, I noticed that all my column headings have changed from the usual letters to numbers. This is in an empty Excel. I thought maybe loading the program I've been developing would bring everything back to normal, however, even with my program loaded, all columns are now labeled with numbers. When I had this same program loaded last night, everything was fine. I’ve looked through the Excel help files but haven’t found anything that even talks about this. Is there anyone that can explain what I happened to do that caused this change? How can I get my column letters back?
As an added bit of information, let’s say I have the cursor on the cell in the third row and in the fifth column, which should be labeled column ‘E’, it will show my location as ‘R3C5’.
What I also find strange, is that as an experiment, I tried running the following simple VBA command from my program. It is: .Range(C11:L50”).ClearContents and it worked, even with the numbered columns.
I will appreciate any help you may be able to offer. I have no idea how I could code anything with only numbers instead of numbers and letters. Thank you in advance.
As an added bit of information, let’s say I have the cursor on the cell in the third row and in the fifth column, which should be labeled column ‘E’, it will show my location as ‘R3C5’.
What I also find strange, is that as an experiment, I tried running the following simple VBA command from my program. It is: .Range(C11:L50”).ClearContents and it worked, even with the numbered columns.
I will appreciate any help you may be able to offer. I have no idea how I could code anything with only numbers instead of numbers and letters. Thank you in advance.