03-08-2011, 11:25 AM
str x=" information"
PasteHtml F"<html><body>text {x} <a href=''http://www.quickmacros.com''>Quick Macros</a> text</body></html>"
When you need text with variables, you can use Text dialog, 1-st button in floating toolbar. Select "Text with variables" and "Store in str variable".
PasteHtml F"<html><body>text {x} <a href=''http://www.quickmacros.com''>Quick Macros</a> text</body></html>"
When you need text with variables, you can use Text dialog, 1-st button in floating toolbar. Select "Text with variables" and "Store in str variable".
