PC Review


Reply
Thread Tools Rate Thread

Calling for a particuler item of Excel 2007 help

 
 
Aeronav
Guest
Posts: n/a
 
      24th Aug 2007
Good morning !
I am using WIN XP SP2 and Office 2007.
In VBA, I want to show a particular item of Excel help, for example the item
relative to the help method.
A right click on the window of the help file, open on the method
"Application.help" gives the opportunity to copy the reference of the item :
HV10035867 . The command "display the source" brings up a message box "The
XML file cannot be seen". If I use in a sub
Application.Help , HV10035867 nothing happens. If I use Application.Help ,
10035867 the help file is opened but only on the first page.
What is the right syntax to get a particular item ?
Thanks
Aeronav


 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      24th Aug 2007
There are a few changes in 2007

I update the functions workbook on my site
http://www.rondebruin.nl/id.htm

But not looked at the other items

In 2007 you use

Application.Assistance.ShowHelp



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Aeronav" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Good morning !
> I am using WIN XP SP2 and Office 2007.
> In VBA, I want to show a particular item of Excel help, for example the item
> relative to the help method.
> A right click on the window of the help file, open on the method
> "Application.help" gives the opportunity to copy the reference of the item :
> HV10035867 . The command "display the source" brings up a message box "The
> XML file cannot be seen". If I use in a sub
> Application.Help , HV10035867 nothing happens. If I use Application.Help ,
> 10035867 the help file is opened but only on the first page.
> What is the right syntax to get a particular item ?
> Thanks
> Aeronav
>
>

 
Reply With Quote
 
Aeronav
Guest
Posts: n/a
 
      26th Aug 2007
Thanks for your reply, it works now if I write
"Aplication.Assistance.ShowHelp "HV10093546", "DEV"

>"Ron de Bruin" <(E-Mail Removed)> a écrit dans le message de news:
>%(E-Mail Removed)...
> There are a few changes in 2007
>
> I update the functions workbook on my site
> http://www.rondebruin.nl/id.htm
>
> But not looked at the other items
>
> In 2007 you use
>
> Application.Assistance.ShowHelp
>
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm



 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      26th Aug 2007
I update the page today
http://www.rondebruin.nl/id.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Aeronav" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> Thanks for your reply, it works now if I write "Aplication.Assistance.ShowHelp "HV10093546", "DEV"
>
>>"Ron de Bruin" <(E-Mail Removed)> a écrit dans le message de news: %(E-Mail Removed)...
>> There are a few changes in 2007
>>
>> I update the functions workbook on my site
>> http://www.rondebruin.nl/id.htm
>>
>> But not looked at the other items
>>
>> In 2007 you use
>>
>> Application.Assistance.ShowHelp
>>
>>
>> --
>>
>> Regards Ron de Bruin
>> http://www.rondebruin.nl/tips.htm

>
>


 
Reply With Quote
 
Aeronav
Guest
Posts: n/a
 
      27th Aug 2007
Bonjour,
I am always obliged to use the second argument "DEV", like
Application.Assistance.ShowHelp "HV10072384", "DEV" to go to a particular
topic,. If I use "" instead of "DEV" I go to the first page of the help
file.
But it is OK for me. Salutations
Aeronav

"Ron de Bruin" <(E-Mail Removed)> a écrit dans le message de news:
uZ4365$(E-Mail Removed)...
>I update the page today
> http://www.rondebruin.nl/id.htm
>
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm
>
>
> "Aeronav" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Thanks for your reply, it works now if I write
>> "Aplication.Assistance.ShowHelp "HV10093546", "DEV"
>>
>>>"Ron de Bruin" <(E-Mail Removed)> a écrit dans le message de news:
>>>%(E-Mail Removed)...
>>> There are a few changes in 2007
>>>
>>> I update the functions workbook on my site
>>> http://www.rondebruin.nl/id.htm
>>>
>>> But not looked at the other items
>>>
>>> In 2007 you use
>>>
>>> Application.Assistance.ShowHelp
>>>
>>>
>>> --
>>>
>>> Regards Ron de Bruin
>>> http://www.rondebruin.nl/tips.htm

>>
>>

>



 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      27th Aug 2007
Hi Aeronav

I will add a note about the second argument on the page to make it complete.

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Aeronav" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Bonjour,
> I am always obliged to use the second argument "DEV", like Application.Assistance.ShowHelp "HV10072384", "DEV" to go to a
> particular topic,. If I use "" instead of "DEV" I go to the first page of the help file.
> But it is OK for me. Salutations
> Aeronav
>
> "Ron de Bruin" <(E-Mail Removed)> a écrit dans le message de news: uZ4365$(E-Mail Removed)...
>>I update the page today
>> http://www.rondebruin.nl/id.htm
>>
>>
>> --
>>
>> Regards Ron de Bruin
>> http://www.rondebruin.nl/tips.htm
>>
>>
>> "Aeronav" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>>> Thanks for your reply, it works now if I write "Aplication.Assistance.ShowHelp "HV10093546", "DEV"
>>>
>>>>"Ron de Bruin" <(E-Mail Removed)> a écrit dans le message de news: %(E-Mail Removed)...
>>>> There are a few changes in 2007
>>>>
>>>> I update the functions workbook on my site
>>>> http://www.rondebruin.nl/id.htm
>>>>
>>>> But not looked at the other items
>>>>
>>>> In 2007 you use
>>>>
>>>> Application.Assistance.ShowHelp
>>>>
>>>>
>>>> --
>>>>
>>>> Regards Ron de Bruin
>>>> http://www.rondebruin.nl/tips.htm
>>>
>>>

>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 ListBox missing last item dsimcox Microsoft Excel Programming 3 16th Oct 2008 02:56 PM
Help DLL calling in Excel 2007 crashes Wheeley Microsoft Excel Programming 0 6th Apr 2008 07:24 AM
Disabled item in Excel 2007 =?Utf-8?B?cGNvcg==?= Microsoft Excel New Users 3 1st Nov 2007 01:52 PM
Custom Menu item disappeared in Excel 2007 rjr1040 Microsoft Excel Programming 3 1st Apr 2007 03:29 AM
how can i split a particuler column into two =?Utf-8?B?QXR1bCBzb29k?= Microsoft Access 1 12th Feb 2007 02:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:22 PM.