Advertisement

1 - 8 of 8 containing alltags:("VBScript VBA") (0.001 seconds)
Can this vbscript be modified to run in Excel VBA?   Option Explicit Dim oJet 'As DAO.DBEngine Dim oDB 'As DAO.Database Dim oTDef 'As DAO.TableDef Dim blTExists 'As Boolean Dim strSQL 'As...
Zones: VB Script, Visual Basic, VB DBDate Answered: 10/16/2007 Grade: A Views: 0
Hello, I have thousands of word files in weekly folders in a root directory. They are all named DCC55675432 FIRSTNAME LASTNAME.doc. They all have a common setup template and the first two paragr...
Zones: VB Script, Visual Basic, MS WordDate Answered: 01/16/2008 Grade: A Views: 35
The code below is fantastic for my use for files in one location. However, is there a way to utilize an array name origPathArray with, say these items in it: C:\PDF Copy Test\Orig\ C:\PDF Copy Te...
Zones: VB Script, ProgrammingDate Answered: 03/07/2008 Grade: A Views: 142
I need help working with arrays. the following: Set rg = objXL.worksheets(1).Range("a1:AD117") Call RangeToArray(rg, arr) ListBox1.List = arr What I would like to do is once a selection is...
Zones: Visual Basic, VB ScriptDate Answered: 07/09/2008 Grade: A Views: 0
Hi, I'm presently completing an automation task in VBScript, (I'm fairly well versed in VBA but very new to VBScript), and want to open several Excel files as well as various other folder location...
Zones: MS Excel, VB ScriptDate Answered: 08/18/2008 Grade: A Views: 28
I would like to know if its possible to do OCR in VBScript or VBA .. I basically want to take an image of black/white text and parse it out into a document.. there is no interference.. just black/w...
Zones: OCR Software, Puzzles / Riddles, VB ...Date Asked: 06/04/2008 Points: 500 Comments: 3
How can I create a truly global variable using Outlook macros? By truly global I mean that it is instantiated when Outlook loads (or the first time any Outlook macro is called) and it lives until O...
Zones: Outlook Groupware, VB ScriptDate Answered: 01/19/2008 Grade: A Views: 25
What's the best way to look up a contact using an email address when there are multiple contact folders under Contacts? The use case I'm looking at is one where I'd like to have a simple shortcut t...
Zones: Outlook Groupware, VB ScriptDate Answered: 01/12/2008 Grade: A Views: 27
  • 1