Hi All,

Problem. I need to shift characters on a word2000 document left/right by pixels. Using VB6SP4 ent and Word2000. I can use standard VBA to shift characters by a character length (whitespace). So far I can enumerate the word app to get the correct handle for the document. I thought I'd be able to use the 'draw' api's like drawtext, but when I pass the word documents sentence these api's appear not to do anything. The only other way I can see to do this is to take the properties of each letter and remove whitespacing that exists around a character (i.e. taking a characters font attributes etc) can anyone point me in the right direction for these Api's or even better if someone knows a better way of shifting characters.