P
Per Moeller-Olsen
Hi,
We would like to reprogram/reassign Excel 2007 F4 to do something similar to
this:
"From your current selected cell go 6 columns right and make that cell
selected"
I think the code for that is roughly: ActiveCell.Offset(rowoffset:=0,
columnoffset:=6).Select
and with the function key stuff it roughly is: Application.OnKey "{F4}",
"ActiveCell.Offset(rowoffset:=0, columnoffset:=6).Select"
but the OnKey stuff does not work as far as we can tell. They are using
Excel 2007.
1) Any ideas? We have a customer that really would like to
reprogram/reassign some function keys in Excel, will help them a lot.
2) If it does not work with our approached method, can you maybe give
another method for reprogram/reassign the Excel 2007 keys?
Per...
We would like to reprogram/reassign Excel 2007 F4 to do something similar to
this:
"From your current selected cell go 6 columns right and make that cell
selected"
I think the code for that is roughly: ActiveCell.Offset(rowoffset:=0,
columnoffset:=6).Select
and with the function key stuff it roughly is: Application.OnKey "{F4}",
"ActiveCell.Offset(rowoffset:=0, columnoffset:=6).Select"
but the OnKey stuff does not work as far as we can tell. They are using
Excel 2007.
1) Any ideas? We have a customer that really would like to
reprogram/reassign some function keys in Excel, will help them a lot.
2) If it does not work with our approached method, can you maybe give
another method for reprogram/reassign the Excel 2007 keys?
Per...