ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,134
- Points
- 823
Reputation:
Hello,
I wrote a macro that creates a BBCODE according to the formats of the cells (horizontal alignment, vertical alignment, text colour, background colour, border etc.) by copying the selected areas in Excel sheets. You can see a simple output below.
Code:
what I want to do here
Code:
to convert the custom bbcoce to HTML as follows.
Code:
Read more
Continue reading...
I wrote a macro that creates a BBCODE according to the formats of the cells (horizontal alignment, vertical alignment, text colour, background colour, border etc.) by copying the selected areas in Excel sheets. You can see a simple output below.
Code:
Code:
[XABLE]
[XR]
[XD h=left v=middle c=#66512C bg=#FCF8E3]Name[/XD]
[/XR]
[/XABLE]
Code:
[XD h=left v=middle c=#66512C bg=#FCF8E3]Name[/XD]
to convert the custom bbcoce to HTML as follows.
Code:
<td style="text-align: left...
Read more
Continue reading...