Hi - I am looking for a way to change all cell references from relative to absolute. Is there an easy way to do this?
thanks in advance.
Hi - I am looking for a way to change all cell references from relative to absolute. Is there an easy way to do this?
thanks in advance.
Hi gnewmal,
There's no quick way without VBA. But the way I usually change between the two is to go into the formula for the cell, put the cursor on the reference I want to change and then hit 'F4' and it will change them from relative to absolute. You can even cycle through all 4 combinations of relative and absolute referencing by continuing to hit F4.
Did I help? Click *- add to my rep.
Need more info.
How are the cells being referenced? (show formula)
Have you tried Find/Replace?
eg Find B, replace $B$ just be VARY careful using that method
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
How to install your new code
- Copy the Excel VBA code
- Select the workbook in which you want to store the Excel VBA code
- Press Alt+F11 to open the Visual Basic Editor
- Choose Insert > Module
- Edit > Paste the macro into the module that appeared
- Close the VBEditor
- Save your workbook (Excel 2007+ select a macro-enabled file format, like *.xlsm)
To run the Excel VBA code:![]()
Please Login or Register to view this content.
- Press Alt-F8 to open the macro list
- Select a macro in the list
- Click the Run button
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks