Multimedia
Multimedia is media that utilizes a combination of different content forms.
Language
Platform
Any
License
Any
I got 2 questions:
1) What VBA code do I use to minimize Outlook to the SYSTEM TRAY when my computer starts up?
2) When I click on an online link to add an appointment to my calendar, an...
Hello,
I have spent hours trying to figure out a Macro for updating a database located on another sheet. Example
I have a workbook that has 5 different sheets in it. (Master, DataEntry1,...
Can some one please help me with this, Im using access 2007: I have a form with a button which must generate random numbers and put the number in a textbox. I have this code for my button:
Dim...
Please take a look this application that I call VBA MP3 Player.
This may not answer your question, but I hope this program could show you how I use Visual Basic Application (VBA) features in Ms....
http://www.4shared.com/file/130743950/c58745ec/Winter_options2.html
I don't begin to understand VBA but i did find the attached file which i think could be modified for what i need.
in the...
Guys,
I have a problem that I'm trying to solve throw various forums here in Brazil but I got no answer yet...
I'm using the code below to get the name of the main window of my company's system...
Thanks. Does GemBox allow one to use all the VBA functions/commands available in MS Excel ? For example, would I be able to create UserForms, and use the following commands: MsgBox, InputBox, and...
Hello,
In Catia (a 3D cad application) VBA i start a Catia command - a dialog box - for which i know the class and the handle. This dialog is modal.
From the same vba macro i start a user form...
I have an odbc connection set up where my VBA code retrieves info from a SQL database. It works OK, but I have to enter the password every time. The UserID is embedded. How can I embed the...
hi,
i am trying to cause information gathered through the hyperterminal communication connection (COM1) at windows XP (office 2003), to flow into an Excel sheet.
is it possible to create...
I'm developing this tool for work and I am stuck on how to implement what I need. See Attachment
Somehow I need to be able to let people add and remove lines under each stage (B8:B14),...
Hello Friends. I am Prabha Karan, an amateur VBA Developer from Thanjavur (South India). I was creating a small retail management tool for my friend. Luckily, I have done it almost without any flaws...
Hello Friends. I am Prabha Karan from Thanjavur (South India). Recently I explored the all the options found in an access form’s format category in the properties dialog. Most of the options are...
A solution find:
Remove hotfix KB960715 from Microsoft for XP.
Everything is working again.
//Thomas
Hi,
I am trying to print a form in VBA using PrintForm method.
The printed result is black and white whatever I tried.
The default settings of my printer is color. The form on the screen appear...
how do you properly state a number and date field in VBA for access? i have a data field, "Age" and "Startdate" and i called their corresponding textboxes txtAge and txtStartdate respectively. my...