by =?Utf-8?B?U3VwZXJTaXhQb2ludDU=?= <SuperSixPoint5@[EMAIL PROTECTED]
Jun 3, 2008 at 02:02 PM
"SuperSixPoint5" wrote:
>
>
> "JE McGimpsey" wrote:
>
> > In article <ee9a55b.-1@[EMAIL PROTECTED]
>,
> > Super6point5@[EMAIL PROTECTED]
wrote:
> >
> > > Version: 2008
> > > Operating System: Mac OS X 10.5 (Leopard)
> > > Processor: intel
> > >
> > > With Mac you need to see the left hand side of the formula bar to be
able to
> > > move it on screen. My formula bar has moved to the extreme left hand
side of
> > > the screen and although I can extend its length from right hand edge
I cannot
> > > reposition the bar. Please help?
> >
> > You could, with XL closed, delete the preference file, or you could
run
> > this script:
> >
> > tell application "Microsoft Excel"
> > tell command bar "Formula Bar"
> > set bar position to bar floating
> > set left position to 100
> > set top to 100
> > end tell
> > end tell
> > How do I find the preference file please?
Alternatively please tell me how to run the suggested script please?