I have two questions conserning using the same app on different versions of Office (XP and 2000 (2K))
When programming, I have a tendency to use the same recordset variable thru the whole snippet, opening and closing it, just using different sql-strings, cursortype, locktype etc
That works...
Hi!
I need the same functionality as the .GetSaveAsFilename method gives you in Excel, but in Word (2000). (I'm hoping to achieve this without calling the methods thru Excel).
I'm trying the Dialogs(wdDialogFileOpen).Show thingie in Word, but it does not seem possible to set file filters and...
Hi!
I have 4-5 Word-templates that are basis for numerous documents each day. From these documents (or their templates) I would like to run Functions and Subs located in Normal.dot.
Can someone point me in the right direction here...
Roy-Vidar
Hi!
I'm currently working with Access XP (2002), and find that even if a lot of VBA Help items are listed, only 10-30% of the items actually have any information (Clicking on ADO, ADOX etc doesn't give any information at all).
Am i missing something?
Thanx, Roy-Vidar
Hi!
Given a criteria on my main form, I want to disable all controls on my subform.
I do that now bo looping thru the controls (For Each...) and it works fine except for one thing. One of the subform controls has focus, even if the focus is on the main form. So it produces an error (can't...
Hi!
I'm doing a project now, where it would come in very handy to be able to open and read COM ports from within VBA (ASCII-chars only).
Does VBA support COM port access? (Opening and reading...).
Thanx in advance, Roy-Vidar
I'm doing a sequential read from a textfile downloaded through the Shell Function and DOS FTP.<br><br>My problem is that the following Code starts reading this before it's saved.<br><br>Now, I bypass this by adding some time and doing some loops, but isn't there a better way, with a bit more...
I'm downloading a text file, using the Shell function and FTP program in a Form_Timer event (<A HREF="ftp://FTP.TXT" TARGET="_new">FTP.TXT</A> contains username, PW, and Get). <br><br>retval = Shell("c:\windows\system\<A HREF="ftp://ftp.exe" TARGET="_new">ftp.exe</A> -s:<A...
I'm doing sequential read from the file, sorting out the different fields, quotes, tags and whatever. Are there any tools for a more dynamic way of importing XML-files in A-2000?<br><br>Any help would be appreciatet.
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.