Does the following code result in 3 integers being declared?
Dim x, y, z As Integer.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23129062.html
This is best described by way of example:
I have a template document called TemplateC1.doc (don't want it to be .DOT if possible because don't want to be forced to keep it with all the other Wor...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Objects/Q_23144943.h...
Can you use functions in vba that don't return anything?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23165675.html
Zones:
Visual BasicDate Answered: 02/16/2008 Grade: A Views: 16
Is the scope restricted to the sub or function in which it occurs?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23176855.html
Zones:
Visual BasicDate Answered: 02/20/2008 Grade: A Views: 0
I have noticed that sometimes i have to use "Set" with my commands and other times i do not, when i am referring to a variable being equal to something i can simply type X = 5. yet when I am dimmin...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23418828.htm...
Looking for a way to get the value before the delimiter. It's late and my brain is not working apparently.
Example:
Dim filename as String
filename = Test.xls
How do I use VBA function to...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23484358.html
Zones:
Visual BasicDate Answered: 06/13/2008 Grade: A Views: 0
I want to remove the words in a string in between semi-colons.. for example...
with the string:
the big brown; dog jumped over; the fence
if the user clicks on the big or brown, I want to ...
http://www.experts-exchange.com/Microsoft/Development/Visual_Studio_Express/Q_23528556.htm...
Hi Guys,
There is a code that I have been trying to write but I did not o forward with that can you help me?
I have a N95 phone, When I connect it to my computer, in the computer windows is s...
http://www.experts-exchange.com/Digital_Living/Hardware/Cell_Phones/Q_23570736.html
Hi Folks,
I have a Excel sheet with many files path, this paths refers to Movie files.
I have to create a VBA procedure that when a press a Button appears an inputbox asking the line number ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_235...
I'm storing data from EXCEL into SQL with VBA. I am looping through rows, passing column values as a parameter, storing and then moving to the next row. The varaiable is being passed with
'"&...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 11/17/2008 Grade: B Views: 14