Excel

C

critter

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)

The excel formula bar hangs off the left side of the scren and I can't put the cursor on it to move it back. Help
 
J

JE McGimpsey

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)

The excel formula bar hangs off the left side of the scren and I can't put
the cursor on it to move it back. Help

Try this applescript:

tell application "Microsoft Excel"
set left position of command bar "Formula Bar" to 100
end tell
 
Top