View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
P.C. P.C. is offline
external usenet poster
 
Posts: 1
Default Is there any regexp and hashtable management in Excel VBA?

On 15 fév, 20:13, Ron Rosenfeld wrote:


You need to first set a reference:

One method -- on the VBA Top Menu Bar select Tools/References and select
Microsoft VBScript Regular Expressions 5.5

--ron- Masquer le texte des messages précédents -

- Afficher le texte des messages précédents -



Thank you, but once done, how can I have some help in introducing
regular expressions in my VBA scripts? Are there additional files to
install in order to have help on these? Why do Microsoft not include
regexp programming in native, rather than making things so
complicated? Or maybe it is done in the last release of Vista
Office....

Thank you once more for answering all of these questions.