Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.excel.programming > #110597 > unrolled thread
| Started by | programmernovice <ivandenisovich826@gmail.com> |
|---|---|
| First post | 2018-04-30 10:53 -0700 |
| Last post | 2018-05-02 08:34 -0700 |
| Articles | 5 — 2 participants |
Back to article view | Back to microsoft.public.excel.programming
Task pane suppression programmernovice <ivandenisovich826@gmail.com> - 2018-04-30 10:53 -0700
Re: Task pane suppression GS <gs@v.invalid> - 2018-04-30 19:50 -0400
Re: Task pane suppression programmernovice <ivandenisovich826@gmail.com> - 2018-05-01 09:02 -0700
Re: Task pane suppression GS <gs@v.invalid> - 2018-05-01 14:07 -0400
Re: Task pane suppression programmernovice <ivandenisovich826@gmail.com> - 2018-05-02 08:34 -0700
| From | programmernovice <ivandenisovich826@gmail.com> |
|---|---|
| Date | 2018-04-30 10:53 -0700 |
| Subject | Task pane suppression |
| Message-ID | <1a572286-ac32-4c32-b251-8ef0348f2379@googlegroups.com> |
Is there any way to block the Task Pane from appearing everytime a cell is selected and Alt key pressed? I can write a VBA script to hide it, but it must be called to execute, which is more trouble than simply clicking it off. Is there some way to have the script execute automatically any time the pane appears? I use Excel 2003. Thanks in advance
[toc] | [next] | [standalone]
| From | GS <gs@v.invalid> |
|---|---|
| Date | 2018-04-30 19:50 -0400 |
| Message-ID | <pc8a3v$5s3$1@dont-email.me> |
| In reply to | #110597 |
> Is there any way to block the Task Pane from appearing everytime a cell is > selected and Alt key pressed? I can write a VBA script to hide it, but it > must be called to execute, which is more trouble than simply clicking it off. > Is there some way to have the script execute automatically any time the pane > appears? > > I use Excel 2003. Thanks in advance Why not just turn off AutoHide? -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
[toc] | [prev] | [next] | [standalone]
| From | programmernovice <ivandenisovich826@gmail.com> |
|---|---|
| Date | 2018-05-01 09:02 -0700 |
| Message-ID | <c5619fe9-0bca-49f0-a39d-867e3a77cc55@googlegroups.com> |
| In reply to | #110598 |
On Monday, April 30, 2018 at 6:50:29 PM UTC-5, GS wrote: > > Is there any way to block the Task Pane from appearing everytime a cell is > > selected and Alt key pressed? I can write a VBA script to hide it, but it > > must be called to execute, which is more trouble than simply clicking it off. > > Is there some way to have the script execute automatically any time the pane > > appears? > > > > I use Excel 2003. Thanks in advance > > Why not just turn off AutoHide? > > -- > Garry > > Free usenet access at http://www.eternal-september.org > Classic VB Users Regroup! > comp.lang.basic.visual.misc > microsoft.public.vb.general.discussion Thanks. How is that done in Excel 2003? Thanks again
[toc] | [prev] | [next] | [standalone]
| From | GS <gs@v.invalid> |
|---|---|
| Date | 2018-05-01 14:07 -0400 |
| Message-ID | <pcaac7$73c$1@dont-email.me> |
| In reply to | #110599 |
> On Monday, April 30, 2018 at 6:50:29 PM UTC-5, GS wrote: >>> Is there any way to block the Task Pane from appearing everytime a cell is >>> selected and Alt key pressed? I can write a VBA script to hide it, but it >>> must be called to execute, which is more trouble than simply clicking it >>> off. Is there some way to have the script execute automatically any time >>> the pane appears? >>> >>> I use Excel 2003. Thanks in advance >> >> Why not just turn off AutoHide? >> >> -- >> Garry >> >> Free usenet access at http://www.eternal-september.org >> Classic VB Users Regroup! >> comp.lang.basic.visual.misc >> microsoft.public.vb.general.discussion > > Thanks. How is that done in Excel 2003? Thanks again It's done in Windows, not Excel! Right-click the Taskbar and choose *Properties*, then uncheck the option to Auto hide. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
[toc] | [prev] | [next] | [standalone]
| From | programmernovice <ivandenisovich826@gmail.com> |
|---|---|
| Date | 2018-05-02 08:34 -0700 |
| Message-ID | <12182fdf-48cb-4c19-a881-eec83cfa8285@googlegroups.com> |
| In reply to | #110600 |
On Tuesday, May 1, 2018 at 1:07:08 PM UTC-5, GS wrote: > > On Monday, April 30, 2018 at 6:50:29 PM UTC-5, GS wrote: > >>> Is there any way to block the Task Pane from appearing everytime a cell is > >>> selected and Alt key pressed? I can write a VBA script to hide it, but it > >>> must be called to execute, which is more trouble than simply clicking it > >>> off. Is there some way to have the script execute automatically any time > >>> the pane appears? > >>> > >>> I use Excel 2003. Thanks in advance > >> > >> Why not just turn off AutoHide? > >> > >> -- > >> Garry > >> > >> Free usenet access at http://www.eternal-september.org > >> Classic VB Users Regroup! > >> comp.lang.basic.visual.misc > >> microsoft.public.vb.general.discussion > > > > Thanks. How is that done in Excel 2003? Thanks again > > It's done in Windows, not Excel! > Right-click the Taskbar and choose *Properties*, then uncheck the option to > Auto hide. > > -- > Garry > > Free usenet access at http://www.eternal-september.org > Classic VB Users Regroup! > comp.lang.basic.visual.misc > microsoft.public.vb.general.discussion Thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | microsoft.public.excel.programming
csiph-web