Dougmeister
New Member
- Joined
- Sep 23, 2010
- Messages
- 42
A simple 3-line macro I made. I assigned a hotkey to it and put it on the ribbon (Excel 2013).
When I run it (via hotkey or icon on the ribbon), it opens an older version of the workbook in another folder on my hard drive.
How do I find out why it is doing this? I've searched for the filename, for "C:", etc, but am finding nothing. When I single step through the macro, it works as intended without opening the auxiliary file.
ActiveCell.Value = "xxxx"
Selection.Font.Color = -4165632
Selection.Rows.AutoFit
At the bottom of the Excel window, I can see a message saying "Linking... <filename>" before it opens a similarly (but not exactly) named file...
... help?</filename>
When I run it (via hotkey or icon on the ribbon), it opens an older version of the workbook in another folder on my hard drive.
How do I find out why it is doing this? I've searched for the filename, for "C:", etc, but am finding nothing. When I single step through the macro, it works as intended without opening the auxiliary file.
ActiveCell.Value = "xxxx"
Selection.Font.Color = -4165632
Selection.Rows.AutoFit
At the bottom of the Excel window, I can see a message saying "Linking... <filename>" before it opens a similarly (but not exactly) named file...
... help?</filename>
Last edited: