November 2006
M T W T F S S
« Oct   Dec »
 12345
6789101112
13141516171819
20212223242526
27282930  

Archives

Archive for November, 2006

2 VSTO VIDEOS, OK, A1, BTW, GR8 ….

( General )

VSTO, (not Vista or VSTA),
Ok, ok here are some videos about VSTO (…emmmm, 2005 SE…)
First is from Andrew Whitechapel and is an example of how easy it is to do something very basic?!. Then it shows some nice solutions. At 6 mins long it does very little to help anyone understand anything, and it’s in […]

Using the immediate window from within the Excel desktop

( General )

Hummm, not the most robust code - you may have to flick between the VBE and the Excel window, I don't have time to develop it further, but it gets the job done for now.
 

 

Private Declare Function SetParent Lib "user32" ( _
                                   ByVal hWndChild As Long, _
                                   ByVal hWndNewParent As Long) As Long
Private Declare Function [...]