Hi eveyone. Browsed through previous posts but cant find the info im lookin for.
IM looking to add a disclaimer to the bottom of everyones email in the company. Is there a way to add this signature to everyones email at one time or do i have to go about it manually which will take forever and a...
Also With .Bookmarks("FAOtitle").Range
.Text = CMBOXtitle.Text
With .Font
.Name = "Arial"
.Size = 11
.Bold = False
End With
End With
With .Bookmarks("FAOname").Range
.Text = TXTfaoname.Text
With .Font...
Thanks a bunch guys.
@Chance1234: I understand how you did the code and although dont have time to streamline it that much (ill need to start again to get it right) i understand how you did it and will be using that method for a few more pieces of code in the future
@Makeitso: I looked at...
Hi guys, bit of a n00b when it comes to VBA but i had a dabble and created a wizard for a standard letter for Word. It works fine but the code is rather long winded. Could anyone help me streamline this code please...
Private Sub CMDok_Click()
Selection.GoTo what:=wdGoToBookmark...
Im now getting the error 'Type Mismatch' on the
combobox1.additem vColor (i) line.
Although the previous code did replicate it three times. as you mentioned. and more if you clicked on it again.
Its a boggle thats for sure!
DD
Hi ive had a look through various forums and sites and tried to find help on how to create a combo box in a word document.
I have the form set up so that it opens when the template opens and other textboxs are fine. Im having trouble creating a combobox that either doesnt replicate the entire...
OK hneal, thanks :o)
Just been a while since i used access and i remember doing something similar. Its OK though ill get round it somehow.
Thanks for your help
DD
ive tried things along those lines and it just says 'control cant be edited; its bound to the expression [Lines subform].Form!Survey_Monitoring'
I meant can i attach my databse to show you what i mean?
DD
OK ill try to explain more,
I have 3 tables in my database
BILLS LINES
Bill_ID (PK) Line_ID (PK)
Line_ID (FK) Lines/Equip_Order_ID (FK)
Initial_Bill_Details Line_Number
Date_Of_Bill Line_Type
Connection_Charges Line_Type
Rental_Charges...
Hi,
I have a form with 2 subforms. One subform has the field survery_monitoring. Is it possible to create a textbox where you can type information into the text box and have it display in the relevant field.
For example the subform is has different telephone numbers and each number requires...
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.