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: *

  1. VbaNewbie08

    Excel mail merge macro print error

    The excel mail merge code below runs fine, but for some reason excel default printer wont work once the macro is finished. The only way to fix it is got to windows change default to another printer and change default back. Any help would be appreciated as i'm some what still new to this. Sub...
  2. VbaNewbie08

    Excel printer issue with word mail merge

    The code below runs fine, but for some reason excel default printer wont work any more. The only way to fix it is got to windows change default to another printer and change default back. Any help would be appreciated as i'm some what still new to this. Sub RunMerge() Dim wd As Object...
  3. VbaNewbie08

    Copy range in excel as image and email with lotus

    I found the code below for sending an email throught lotus notes. The problem i'm having is i need it to copy Range(A1:G20) as an image and insert into the body. Im not quite sure how to do this. Sub SendNotesMail() Dim Maildb As Object, UserName As String, MailDbName As String Dim MailDoc As...
  4. VbaNewbie08

    need a little help with my VBA coding

    im having problems with the ** areas below. I apologize im a newbie when it comes to this kind of stuff Sub Main() 'Extra Objects Dim System As Object Dim ExScreen As Object Set System = CreateObject("EXTRA.System") Set ExScreen = System.ActiveSession.Screen 'Excel...

Part and Inventory Search

Back
Top