Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: arbeeone
  • Content: Threads
  • Order by date
  1. arbeeone

    Embedding Graphics in a VBA Macro

    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...
  2. arbeeone

    String Manipulation

    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)...
  3. arbeeone

    Printing multiple, and different, sets of header rows

    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...
  4. arbeeone

    Inserting Multiple Rows in Excel using VBA

    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...

Part and Inventory Search

Back
Top