PDA

Click to See Complete Forum and Search --> : The Return of "Lochinvar" - Resolved


RadarListener
Sep 21st, 2004, 03:30 AM
Resolved. Thanks to all who helped.

Ecniv
Sep 21st, 2004, 08:48 AM
Hiding the menu bar.
Check out the commandbars - reference the office 8 or 9 in vba code to access.

Black outline... dunno - property of the sheet perhaps?


Vince

RadarListener
Sep 21st, 2004, 06:12 PM
Application.ActiveSheets.AnnoyingBlackOutline.Visible = False?

:confused:

RadarListener
Sep 22nd, 2004, 07:42 PM
I still don't know what to do. Can anybody help me?

DavW
Sep 23rd, 2004, 10:23 AM
The only way I know of hiding the outline is to protect the worksheet but cells can't be selected by the user. This may or may not be a problem to you.

Maybe try the excel newsgroup at M$ for an alternative?

NeedSomeAnswers
Sep 23rd, 2004, 10:58 AM
Don't know how to get rid of the outline, but the follwing code will get rid of the - "lil box in the bottom right hand corner that allows you to repeat the formula"


Application.CellDragAndDrop = False

RadarListener
Oct 11th, 2004, 09:36 PM
Thanks for all your help everyone. I have now finished the assignment with credit, possibly distinction. Much appreciated.

RobDog888
Oct 11th, 2004, 11:15 PM
Dont forget to edit your original post with Resolved (or the
green checkmark) if this issue is solved.

:)