View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Kilmer Bob Kilmer is offline
external usenet poster
 
Posts: 280
Default Keyboard Macros

I toyed with this but didn't find a straight-forward solution. I was hoping
one of the gurus would know just the right method call. Is it feasible to
get the cell value, parse the cell value for cell references, make them
absolute (e.g., add $s), then assign the new value back to the cell?

--
Bob Kilmer


"Jim Carlock" wrote in message
...
What's the best way to set the following keystrokes up as a
keyboard macro?

F2, CTRL+A, F4, [Enter]

I keep wanting real keyboard macros but for some reason,
the recording of these keypresses doesn't work. F2 doesn't
get recorded, the cell contents gets recorded (and that's not
any part of the keystroke sequence), F4 doesn't get recorded
even though F4 forces the cell into an Absolute Reference,
CTRL+A isn't recorded.

I'm using Excel XP. I keep thinking that I'm going to have to
use SendKeys, but this is getting way to complicated to do
something that is a basic component of DOS spreadsheets
and advanced DOS code editors.

I must have overlooked something somewhere. I'm not sure
what a Macro after trying to do this. ;-)

--
Jim Carlock
http://www.microcosmotalk.com
Feel free to post back to the newsgroup!