ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   how to switch between relative and absolute references (https://www.excelbanter.com/new-users-excel/93136-how-switch-between-relative-absolute-references.html)

KeKe

how to switch between relative and absolute references
 
I am having some issues switching from relative references to aboslute
references?
Is there some kind of key shortcut that I can use to make this any easier?


Peo Sjoblom

how to switch between relative and absolute references
 
High light the range(s) in the formula bar and press F4

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"KeKe" wrote in message
...
I am having some issues switching from relative references to aboslute
references?
Is there some kind of key shortcut that I can use to make this any easier?




Bearacade

how to switch between relative and absolute references
 

You can set up a Macro:

Sub relative()

With Application
.ReferenceStyle = xlR1C1
End With

End Sub

Sub absolute()

With Application
.ReferenceStyle = xlA1
End With

End Sub

and just assign keyboard shortcuts to it


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=550367



All times are GMT +1. The time now is 04:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com