View Single Post
  #5   Report Post  
Gord Dibben
 
Posts: n/a
Default

Duke

It has been there for several versions.

Why there??? Good question but no answer I could find or think of.

One would surmise it should be under the View or Format category.


Gord Dibben Excel MVP

On Fri, 2 Sep 2005 10:55:04 -0700, "Duke Carey"
wrote:

Peo - how in the world did you find it there? And why in the world did
Microsoft put it there?

"Peo Sjoblom" wrote:

And if Lori wants a built in button do viewtoolbars and check forms, then
drag it to the menu

--
Regards,

Peo Sjoblom

(No private emails please)


"Duke Carey" wrote in message
...
I use the following code to CLEAR gridlines. It resides in personal.xls
and
is attached to a custom toolbar button.

Sub ClearGridlines()
ActiveWindow.DisplayGridlines = False
End Sub

If you want a toggle you could use:
Sub ToggleGridlines()
ActiveWindow.DisplayGridlines = not ActiveWindow.DisplayGridlines
End Sub



"Lori" wrote:

Just upgraded to Excel 2003 and can't find the gridline command to drag
to my
toolbar - can anyone point me in the right direction. It's buried in the
toolsoptionsview menu. The older version let me put the command on my
toolbar.