>> >but how do I use RegEx to look for a SubAdress with a comma in it?
>> >
[quoted text clipped - 15 lines]
>
>If Instr(oHl.SubAddress,",") > 0 Then
Steve,
Thanks for that - will anyone write a book on the details of the VBA
language?! An O'Reilly type book would be excellent!
Cheers
Geoff
>-----------------------------------------
>Steve Rindsberg, PPT MVP
>PPT FAQ: www.pptfaq.com
>PPTools: www.pptools.com
>================================================
Steve Rindsberg - 16 Aug 2006 19:56 GMT
> >> if oHl.SubAddress like "*,*" then
> >> MsgBox oHl.SubAddress
[quoted text clipped - 12 lines]
> Thanks for that - will anyone write a book on the details of the VBA
> language?! An O'Reilly type book would be excellent!
All this stuff is plain old VB, really. The VBA language, for all intents and
purposes other than the ones I leave out, is garden variety VB plus special
knowledge of the application that VBA is implemented in. A book on VBA would
really be on VB (and there are plenty of those already) plus details on the
object models of PPT, Word, Excel, Outlook, CorelDraw, Visio .... et al.
It'd be expensive, what with the needed crane and rigging required to lift it.
;-)
Geoff Cox - 16 Aug 2006 21:26 GMT
>> >> if oHl.SubAddress like "*,*" then
>> >> MsgBox oHl.SubAddress
[quoted text clipped - 21 lines]
>It'd be expensive, what with the needed crane and rigging required to lift it.
>;-)
OK - I'd better take a look at a VB book.
Cheers
Geoff