Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
ashish taralekar ashish taralekar is offline
external usenet poster
 
Posts: 5
Default How to focus "Add-Ins" tab in Word 2007

Hi,
I have to focus/highlight "Add-Ins" tab in Word 2007 each time
when Word is opened.
So anybody can please give me the solution to do this kind of
functionality using COM Addin.


Thanks,
Ashish Taralekar.

  #2   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to focus "Add-Ins" tab in Word 2007

I don't know about COM add-ins here, and I am sure there are other methods,
but but the following macro in the normal template will display the Add-ins
tab when starting Word 2007

Sub AutoExec()
SendKeys "%"
SendKeys "X {ESC}"
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


ashish taralekar wrote:
Hi,
I have to focus/highlight "Add-Ins" tab in Word 2007 each time
when Word is opened.
So anybody can please give me the solution to do this kind of
functionality using COM Addin.


Thanks,
Ashish Taralekar.



  #3   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to focus "Add-Ins" tab in Word 2007

Even simpler

Sub AutoExec()
SendKeys "%"
SendKeys "X "
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



ashish taralekar wrote:
Hi,
I have to focus/highlight "Add-Ins" tab in Word 2007 each time
when Word is opened.
So anybody can please give me the solution to do this kind of
functionality using COM Addin.


Thanks,
Ashish Taralekar.



  #4   Report Post  
Posted to microsoft.public.word.newusers
ashish taralekar ashish taralekar is offline
external usenet poster
 
Posts: 5
Default How to focus "Add-Ins" tab in Word 2007

On Jul 25, 5:30 pm, "Graham Mayor" wrote:
Even simpler

Sub AutoExec()
SendKeys "%"
SendKeys "X "
End Sub

--

Graham Mayor - Word MVP

My web sitewww.gmayor.com
Word MVP web sitehttp://word.mvps.org




ashish taralekar wrote:
Hi,
I have to focus/highlight "Add-Ins" tab in Word 2007 each time
when Word is opened.
So anybody can please give me the solution to do this kind of
functionality using COM Addin.


Thanks,
Ashish Taralekar.- Hide quoted text -


- Show quoted text -


Hi Graham,
Thanks a lot.
Now it is working as per my requirement.
I will implement this in the COM add-ins and on the activate event so
that every time when word document gets activated the "Add-Ins" tab
will get focus and I can use the functionality provided in the "Add-
Ins".

Thanks once again.

Ashish Taralekar.

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What does "char" "char1" "char2" mean in styles in Word? Li Microsoft Word Help 2 September 5th 07 03:22 PM
Word 2007 view defaults to "Thumbnails" rather than "Document Map" Bruggie Microsoft Word Help 1 March 1st 07 08:19 PM
Word 2007 and Powerpoint 2007 "close window" button mikegbuff Microsoft Word Help 6 February 2nd 07 05:56 PM
Word: 'track changes": have "changed by" rather "del." and "inser Wouter Microsoft Word Help 0 October 26th 06 10:04 AM
How do I convert all "NAME" to "Name" in MS Word 2007 document? michael in bath nc Microsoft Word Help 1 August 15th 06 10:14 AM


All times are GMT +1. The time now is 06:27 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"