Hi,
What I'm wanting to do is create a macro which, in addition to formatting a data file, also prints the Company Logo at the top of the page. The problem is that once the macro is distributed, there would be no common source from which to import the graphics.
So, is there any way to embed a...
Hi,
I'm trying to manipulate a string of up to 40 characters in length which is basically a free-form entry although there are some basic 'standards' for data entry.
I have the feeling I'm missing something very simple, but I want to be able to identify the first alpha character (i.e. A-Z only)...
I'm wanting to repeat 4-5 header rows on each page (NOT Header/Footer) but also to change the Rows that are printed at different, known stages through the report when I force a Page Break.
By using the .PrintTitleRows feature, I can print one set of header rows, but I can't see how to change it...
Hi,
I want to insert multiple rows into a worksheet using VBA.
I can insert a single row using:
Rows(r).Insert - where r is the row number
But, Rows(r:r1).Insert (where r1 is the last row number) doesn't work. I've tried using the Cells method for the Range but this also gives me problems. I...
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.