Can any please assist me in giving me the command for :
Open a Word document
and then go to a specific bookmark say bookmark1
and fill it with some text.
using Javascript
Thanks
Here is the issue :
I have this query :
"SELECT dbo_Insured.person_id, Min((Month([date_ordered]))) AS Expr1, (Year([date_ordered])) AS Expr2
FROM (dbo_Cases INNER JOIN dbo_Pipeline ON dbo_Cases.cases_id = dbo_Pipeline.cases_id) INNER JOIN dbo_Insured ON dbo_Cases.insured_id =...
I have a piece of code that I need to send to other computers.My boss told me to create a macro that the user can run and the code will be added to their Normal.dot.
Can anyone help on this ?
Please, Thanks.
Hello ,
I have two modules in two different Templates and I am trying to get a value from one template to another. Can anyone plz please tell me what am I doing wrong.
I have the code here :
In templare 1 Module the code is :
Public Sub LoadAuthor()
frmAuthorDB.cmdAdd.Visible =...
I need help with this - please!!!
I have two different templates (which has two diff modules).Temp2 calls a module sub from temp1(I used Application.Run MacroName).I have also declare a variable (PUblic uname as string in module1(Temp1).
How can I get the value of uname from Template1 to...
Hello : -
I have two templates - Temp1 and Temp2
Under Temp1 Module - i have a sub LaodAuthor.
I want to call that module from Temp2.
I initially had temp1 in Normal but decided to have it seprately.
Can anyone please help me - about how to run LoadAuthor from Temp2 ?
Thanks.
Hello,
I am a UserForm in which there are following fields :
Name
Phone
Fax
Email
and Cmd buttons - ok, Cancel ,Add, Edit and Delete.
The data is in Access link via DAO.
When you click on Edit - another userform pops up where you can make changes to the data. There is a Default cmd button...
I am new to this :
I want to create a userform which as NAme, Phone ,Fax field in it and I want to save the data in an Access database. What is the procedure to do so.
Any kind of help will be great
Thanks.
I have a query in which there are case numbers and person id . Every case have a different case number but one person have more than one case.
One the query I have different cases but some person ids are the same .
I am trying to do a COunt of personids but not counting the personid that is...
How can I do the following :
I am writing a program where the data get saved from the UserForm to a text file but right now I can already created a text file .How can I do something like when the Program runs - it will look for a text file and it can't find it then it will create it for you...
Hey I am new to VB therefore please help me out here.
I have created a user form which has the following fields :
Name (ListBox)
Phone Number :
Fax number .
the data is stored in a text file separated by "," . How can i link the Name Listbox with the text file and the other fields...
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.