Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DvlDawg
  • Content: Threads
  • Order by date
  1. DvlDawg

    File size limitaions....

    If I recall, the size limitations on the macros are 64k, which is roughly 1000 lines of code. I there a way to increase this limitation?
  2. DvlDawg

    Mulitple Dialog Boxes ??

    I havent tried to do this yet, but im curious. Is it possible to have more than one Dialog box? If so, how would I go about doing that? First box I have for one set of information, Second box remaining information. Dialog dMain1 Dialog dMain2 ?? As always your input is...
  3. DvlDawg

    SendKeys from VBA

    I can get everything in my code to work except this one thing. I need to send data from my Excel spreadsheet to a session. But all the examples I have seen are not working. I tried everything in the help files from VB6, the standard ones in Extra! nothing is working. Any suggestions? I can...
  4. DvlDawg

    Uploading Text file?

    I dont need to upload a file to a server, I need the information in the text file to upload like it was typing it on the screen. I have tried everything I can think of. Any help is appreciated.
  5. DvlDawg

    How do I limit character length in text box?

    How do I limit the number of characters entered in a textbox, regardless of the amount the user inputs? I thought is was something like: myinput = dMain.TextBox1,*8
  6. DvlDawg

    Data in Macro or in a Header File

    I have a macro that I frequently use, that has an imbedded database of locations. I have gotten it to choose which location to use based on a DropComboBox field, however with the amount of locations I have, the code is to long now and wont run. Nearly 700 lines of code. (limitation?) What...

Part and Inventory Search

Back
Top