I would say 2003 Payroll Server just because depending on the size of your firm this server will probably taking the least amount of hits. People will only log in there once or twice a day.
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 =...
That is what is needed. I have created a small toolbar on Word and I want to send to all the users. I am new at my job and my boss asked me to use that method and I don't know how to do it.
Please help me - I will appreciate it.
This is the piece of code
'Calling the Author Form from...
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.
This application is in Word.
There are two different Templates so I used Add-in option to join them.
LoadAuthor - invokes the application located in Template1 so that text from that form will be pasted in Template Two.
I tried you suggestion but go "Sub not defined Error"
Any...
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...
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.