Advertisement

1 - 10 of 42 containing alltags:("VB VBA") (0.002 seconds)
Background: Have a VBA script which runs in Excel 97 It creates a Worksheet and then fills the cells with text. The size of the VBA script(approx 28 pages printed) soon exceeded the resource of EX...
Zones: Visual BasicDate Answered: 09/21/1998 Grade: A Views: 0
I am a new VBA programmer.  I am having trouble getting Application.OnTime to work in  VB for Excel. The code seems to work sometimes but not others (without changing anything but the time stamp). ...
Zones: Visual BasicDate Answered: 02/16/1999 Grade: B Views: 9
I've created a Word7 template which has a VB label control on it. The Labels caption property is a serial number which is generated by the Document.New event. I want to set the title of the new do...
Zones: Ms Office SuiteDate Answered: 03/03/1999 Grade: A Views: 0
We're running NT and I've got an Access database that has ODBC/linked tables to multiple SQL Servers.  I set up the Machine DSN's through 'ODBC Data Sources' in Control Panel, and they work great.....
Zones: MS AccessDate Answered: 01/03/2003 Grade: A Views: 0
Two quick questions: 1. What is the format for adding SQL statements within VBA code??? Specifically the characters needed to signify the start and end of the sql statement. Do you have to writ...
Zones: MS AccessDate Answered: 06/18/2004 Grade: A Views: 0
G'day I have a VBA app that runs within Excel. I want to be able to export the userforms and code across to VB to make a standalone app. The app needs to run both in the Excel environment and...
Zones: VB Controls, VB ScriptDate Answered: 01/18/2008 Grade: B Views: 0
I always SET object = nothing at the end of a procedure. Should I do the same with variants, given that they occupy lots of memory?
Zones: Visual Basic, VB ObjectsDate Answered: 02/06/2008 Grade: A Views: 36
I am creating an "application" in MS Access 2003. I want a user to be able to drag a device independent bitmap (DIB) onto a treeview and have it automatically save that DIB as a file. I know I c...
Zones: Access Coding/Macros, MS Access, Windo...Date Answered: 09/17/2008 Grade: A Views: 0
I'm reading through a text file using Line Input (VBA from Excel), and when I get to the end, I need to go back to the top and start again, looking for different pieces of data. Is there somethi...
Zones: MS Excel, Visual BasicDate Answered: 08/23/2008 Grade: A Views: 0
I have created an O(n^2) algorithm, but like it to be more robust and quicker if possible as it might be used repeatedly on fairly large data sets. It should also be able to adjust the ouput array ...
Zones: Algorithms, MS Excel, MS SoftwareDate Answered: 10/23/2008 Grade: B Views: 0