I keep getting an out of stack space error on the following code
....
currentClaimant.AddressLine1 = txtStreet.value
currentClaimant.AddressLine2 = ""
currentClaimant.City = cboCities.value
currentClaimant.State = txtState.value
currentClaimant.Zip = txtZip.value9E
0D...
Thx for the responses....
I've been thinking about my probloem and was wondering if it's possible to create a new control called superTextBox (or something spiffy like that). That way I could override the KeyDown method and have it pass values to it's containing form.
Is this even possible in...
I'm trying to make it so when you hit "Ctrl+A" it opens up a another form. I figured I could just use
Private Sub UserForm_KeyDown...
But it doesn't work. I tried doing the same thing but on a particular text field and I managed to get that to work, but to apply the same thing on every text...
use a thin client program at my work called WRQ which has VBA built into it. I'm attempted to scrape information off of my screen and place it into a word document.
I've figured out how to add simple text to a word doc by using the code:
Dim Word As Word.Application
Set Word =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.