Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Manu for your help. Your code was exactly what I was trying to
find. I have tried it but it only works without the logo. I have tried this code to put the log on differently as I am copying the logo from the form in access and pastespecial into each of the looped worksheets which leaves the logo selected on each of the sheets. This code looks at a folder on our network for the logo. It works but it does not put the last logo onto cell "G1" it puts the last one on cell "A1" I don't know if its because it is at the end of loop. Do Until Rst_2.EOF FldName = Rst_2.Fields("ContractName") Set shts = wkbk.ActiveSheet wkbk.Sheets.add objExc.Range("G1").Select shts.Pictures.Insert ( _ "S:\Invoicing\PAYMENT CERTIFICATES\Payment Certificate Database\Telent Logos\telent_logo.gif" _ ) regards, Sid. *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exporting Access to Excel - Characters per cell limitation | Excel Discussion (Misc queries) | |||
Excel 2003 vs 2000: PasteSpecial | Excel Programming | |||
Stopping Excel after running visual basic in Access | Excel Programming |