Hello.
I hope someone can help. I use the below code as part of a database which creates documents and then saves them using data from the form fields.
Every now and again one of the form fields contains a "special" character such as /,@,& and this prevents the file from saving.
Is...
Hi.
I have the following code which works perfectly BUT I want to be able to add another line of text if users enable a checkbox. I have tried everything I can think of but can't get it to work. When using an "IF check150" statement it just adds the extra text in regardless of selection or not...
Just an update in case anyone else has this issue. I managed to get it working by using the attached coding.
Thanks again.
Private Sub Command154_Click()
On Error Resume Next
Dim appExcel As Excel.Application
Dim wbook As Excel.Workbook
Dim wsheet As Excel.Worksheet...
Hi.
Well I am stuck on how to actually do what I said above.
I understand that I just need change a bit of the code for command_153 BUT I don't know what to do to make Command_153 complete the actions of command_152 at the same time.
Is there a simple line of code I can tag onto the end of...
Hello.
I have been told that I say too much without saying very much so I will try to keep this short.
I currently have a setup which allows users to click one button (command152_click) which then generates a word document using info on my form then attaches and sends to a pre-determined...
I am in the process of working out how to do 1) from your first reply. I am a total novice so it takes me a while to figure these things out.
I'm OK with VBA coding but other than that I am rubbish.
The data which is repeated is actually because there are different dish sizes and heights...
Thanks for the reply.
Yes the 1141#2 field is where a user would enter text and then the rest of the fields are populated.
On the attached the first picture is the front page. The box on the left highlighted in red is where the site reference is entered and the larger box to the right is all...
Hi.
I have looked and can't seem to find anything which helps so I have started a new thread.
The below isn't the actual use but it is easier to explain like this...
I have a system set up on access and I have a front page (form) where I can enter the reference number (1141#2) of a...
Re: Remove reference to template / document properties & Personal information on word
Thank you very much.
I did try that but I couldn't seem to get it to work.
I have taken the decision to take the template offline and give all employees a copy of the template to keep on their hard drives...