Hi,
Can anyone help with this - I'm completely out of my depth!
I've managed to create an email with a form on it. I know it needs amending, but haven't got a clue what to do.
I've been reading past treads, but got nowhere.
What exactly do I need to add and where.
Please help
"<FORM...
Hi,
I've just started using some code from the Ron DeBruin website to send workbooks to various people. See the code below.
However, what extra bit of code would I need to add other files that would be listed in column J.
Also what adjustments need to be made to send the emails one at a time...
Hi Again,
Problem! The code won't work on my data field when it's been pasted from another document.
It only selects the required data if I change the filter to a 'Does Not Contain Criteria' as below:
Selection.AutoFilter Field:=7, Criteria1:="<>*20*"
'20' being the first 2 characters of...
Cheers ETID,
I got a Syntax error with the code. However, I've amended to this and it does what I want. Thankyou!
Selection.AutoFilter
Selection.AutoFilter Field:=7, Criteria1:="<>" & Left(Range("e2"), 2)
Hi There,
Can anyone help me with some code to perform an autofilter?
I'm trying to filter all items in a column that are greater or less than the first 2 characters in cell e2.
I've tried the following but it won't work!
Selection.AutoFilter Field:=7, Criteria1:=">left(e2,2)"...
Hi,
I have some code that prints from a excel pivot table to create and save as a mdi file.
The code can loop upto 60 times creating 60 files.
However when it creates the mdi files they are left open and no more can be created when the number of mdi files reaches 10.
I'm hoping there is a...
Skip,
Fantastic - that's just the trick!
I've altered the code as necessary and it works at treat:
Application.ActivePrinter = "Microsoft Office Document Image Writer on Ne00:"
ActiveSheet.PrintOut Copies:=1, PrintToFile:=True, Collate _
:=True...
Hi Guys,
Thanks for your help guy's!
I don't think my code as help to explain myself - apologies!
I'll try and explain a bit better:
I have some code that currently prints from a pivot table (see below)
Now instead of printing hard copies I'd like to print '*.mdi' files.
However, when...
Thank for your response Skip!
I have tried Recording, but I didn't know how to change the code to so that it would name the file in the way as previously mentioned.
Cheers,
Andy
Hi,
I have some code that I been using to print hard copies from Pivot Tables.
I would now like to print the file as a 'Microsoft Office Document Imaging File'. However I would like some VB code that would automatical give the file save as name.
The file name is to be the first 4 characters...
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.