CODE and HTML tags

Haluk

Rules Violation
Joined
Oct 26, 2002
Messages
1,075
Hello;

Because of the CODE and HTML tags used for posting codes in the forum, the VBA code i have posted in the link below is not the same as i have posted.

https://www.mrexcel.com/forum/excel-questions/1033472-extract-text-span-element-xml.html

I tried to turn OFF and ON the tags but couldn't post my actual code and at last, i uploaded the code on a server outside the board.

Am i doing something wrong or is it a bug of the forum ?
 
Hi,
Yes it's the feature (actually the bug).
The HTML tags are evaluated by the engine of the forum.
You may use something like this instead:
Code:
            str1 = "<" & "br class=""mobile_not"" /" & ">" & "<" & "span class=""black"">"
            str2 = "<" & "strong" & ">+5"
Regards
 
Last edited:
This is a nice trick for posting .... thanks Mr. Zakharov
 
Happy to help to the Black Sea neighbor! :)
 

Forum statistics

Threads
1,213,483
Messages
6,113,919
Members
448,533
Latest member
thietbibeboiwasaco

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top