Tag: Blogs

VBA for iG_Syntax_Hiliter

I produced a .php file for VBA. I got most of the “Keywords” from ostrosoft.com, and added a few myself. I also changed the colour system. The VBA file has abou 160 “keywords” vs about 300 for the VB one. This is beacuse the “keywords” are infact “Bluewords”, that is to say the code produced by my VBA .php file should be the same as if it where in then VBA IDE (theres green, blue and black and that’s it).
vba bluewords .zip

Programming to die for?

This is funny! i got 8 out of 10

Blogger Blogging from Word?

I have just installed a word addin that lets me post to my blog from word. Very easy to setup, just enter your user name and pass word!

But how well does it work!!!!! Well with this post we shall find out!
BOLD
Underlined
Italic
Link (to addin page)
First problem! does not support images!!!!!!!!!, but i can edit the HTML before i post it, see!

NOTE: here a screen shot!

Concise XML

A large spread sheet saved as XML can lead to some big files, there hard to understand – for me anyway:
Eric Bachta has a cool solution, he writes his own simple XML!

I wish there as some kind of add-in for pre 2003 excel which allows XML to be used in it – properly! Any one know of such a thing?

Excel 97, supports multi-threading??????????

I’m not really up to speed with c programing etc, although it is somthing i’m gonna start to look at. Anyway, i dont understand this, from David Gainer Excel 12 blog

Note, the Excel4 API will also respond appropriately to the “$” character, so if an XLL author wants to take advantage of multi-threading, but doesn’t care about the big grid, they do not have to use the Excel12 API.

So does this mean that if i have a xll on my pc now, i can add “$” to it and as i stand here excel will multi thread it????

surly not?