Asked by duncanb7
at 2024-04-07 07:56:21
Point:500 Replies:5 POST_ID:828464USER_ID:11059
Topic:
Hypertext Markup Language (HTML);;Visual Basic Programming
I would like to detele all x:num="A.B" code in my following html paga by VBA,
where A can be any integer and B can any deciaml, I mean the length of A and B is varied
SO Could we look a text starting from "x:num: and ending from ">" and replaced by " " ,
I look at this worksite,http://www.exceltip.com/st/Replace_text_in_a_text_file_using_VBA_in_Microsoft_Excel/468.html
It search exact text string , Is it correct ?
Could you provide me a little code to looping search for example, x=num=*> , where * is anything
The reason to delete it because reducing file size, and it is generated from Excel htm file
Pleasde advise
Duncan
where A can be any integer and B can any deciaml, I mean the length of A and B is varied
SO Could we look a text starting from "x:num: and ending from ">" and replaced by " " ,
I look at this worksite,http://www.exceltip.com/st/Replace_text_in_a_text_file_using_VBA_in_Microsoft_Excel/468.html
It search exact text string , Is it correct ?
Could you provide me a little code to looping search for example, x=num=*> , where * is anything
The reason to delete it because reducing file size, and it is generated from Excel htm file
Pleasde advise
Duncan