2
votes
4answers
40 views
Force to support inheritance
For our project, the group use Microsoft Access. The VBA class is capability limited. How can VBA class be made to support inheritance?
-Wen
0
votes
6answers
119 views
Any cheap or free IDE’s out there for VB6 programming?
Any cheap or free IDE's out there for VB6 programming? or is MS the only way to go?
Thanks.
1
vote
2answers
61 views
prime number in vba excel 2003
Hi
I'm analyzing a code from the website and I tried it on my side as well but seems it doesn't work. Could you please tell me why? would greatly appreciate your help.
Thanks
P …
1
vote
7answers
73 views
vba code in this example
Hi
I'm very new to programming and I'm just starting to learn VBA with excel. I came across on this website and did the examples here but I have question about this code:
I know …
0
votes
4answers
58 views
Extend Collections Class VBA
I have created a sort function to allow a collection of instances of a custom object to be sorted based on one of the objects properties. Is it possible to extend the existing col …
2
votes
6answers
77 views
Architecture Q - VBA Excel Macro or VS Tools For Office?
Hello,
I have requirements from our client where we basically have to 'parse' PDF files from various different sources.
The solution we have come with, as 'phase 1' (as we have s …
0
votes
1answer
48 views
Is there much overhead involved in VBA classes?
Hello,
Is there much overhead involved in VBA classes? I noticed that on a previous workbooks I effectively did the same thing as what's currently in my classes, but it ran faste …
2
votes
1answer
19 views
MS Outlook macro to strikeout selected text
The task is to apply strikeout to current font in selected text area.
The difficulty is that Outlook doesn't support recording macros on the fly - it wants code to be written by h …
0
votes
2answers
36 views
Excel VBA pastelink run-time error 1004: Application-defined or object-defined error.
I am trying to create a link from a cell on one sheet to a cell on the other sheet, but when I run it I get this runtime error:
Application-defined or object-defined error.
Here …
0
votes
2answers
19 views
ADODB.Connection undefined
Reference http://stackoverflow.com/questions/1690622/excel-vba-to-sql-server-without-ssis
After I got the above working, I copied all the global variables/constants from the routi …
0
votes
1answer
32 views
How to save VBA variable in database?
I have a form in Access 2007. In the form is a browse-file button. From the file-picker dialog the files name is saved in a VBA variable. And now to the question, how do I save the …
0
votes
1answer
53 views
Using Excel VBA to find a range
I have been given some workbooks which are formatted for the eye rather than anything functional. As such, I have quite a few column headings that look like this:
A …
0
votes
1answer
28 views
VBA: How do I find a cell containing a substring in a given range?
Say I have a range of data from A1:Y55 containg data like "123 UID"
I am looking for a unique substring (in this case, the UID) in that range, how do I do this?
1
vote
3answers
48 views
Iterating Through a Class in Excel VBA
I have created a class module for an entity called Terminal. I have a method that populates this class by going through 175 seperate worksheets and pulling the correct data from s …
0
votes
1answer
23 views
Why does this slides-creating loop in VBA Power Point not work?
Hello,
I have tried to create this script that would create 10 empty slides, but it doesn't work for some reason:
Sub CreatingSlides()
'
Dim oPresentation As Presentation
Set oP …
