is there a way to assign keyboard shortcuts for align shape operations like align center? David
D DDC Jul 16, 2009 #1 is there a way to assign keyboard shortcuts for align shape operations like align center? David
J JuneTheSecond Jul 17, 2009 #2 A macro like a Sub AlignCenter() Application.DoCmd visCmdAlignObjectCenter End Sub aligns select shapes. You can asign shortcut key to the macro. 1. Menu Tools/Macros/Macros/ 2. Select macro name 3. Press Option 4. Enter any key 5. Press OK -- Best Regards. JuneTheSecond Now, visual calculation is more visual. http://www.geocities.jp/visualcalculation/english/index.html
A macro like a Sub AlignCenter() Application.DoCmd visCmdAlignObjectCenter End Sub aligns select shapes. You can asign shortcut key to the macro. 1. Menu Tools/Macros/Macros/ 2. Select macro name 3. Press Option 4. Enter any key 5. Press OK -- Best Regards. JuneTheSecond Now, visual calculation is more visual. http://www.geocities.jp/visualcalculation/english/index.html