Hi,
I am tring to import a text file to Excel via VBA, I am working in ESRI ArcGIS Desktop.
I recorded a macro when I imported a text file in Excel and sligthly manipulated the code and pasted in ArcGIS VBA. It is the code below.
When I run it it opens a new Excel Sheet but instead of...
Hi I have code that opens a existing excelfile. Se below But how to open a new file, must I have the path to a *,xlt file?
//Anders
Dim MyXL As Object
Dim objConn As OLEDBWorkspaceFactory
Set MyXL = GetObject(, "Excel.Application")
If Err.Number <> 0 Then ExcelWasNotRunning = True...
Hi,
I have a problem with a ComboBox, I fill the listbox with data (two cloumns, name and identifier) and the user shall choose one of the post in the Listbox.
But if the user print something else and press GO I wold like to be able to pick up that and exit the sub.
Some thing like this...
Hi,
I have a problem with a ComboBox, I fill the listbox with data (two cloumns, name and identifier) and the user shall choose one of the post in the Listbox.
But if the user print something else and press GO I wold like to be able to pick up that and exit the sub.
Some thing like this
If...
Hi,
I am using VBA to open a new Word document from another aplication.
I am allso adding some text, and I want to change font, bold, italic, alignment and so on.
I can change the font-name and -size but not if it Bold or the alignemnt. I am also trying to underline a row and add a table, but...
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.