LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
gav gav is offline
external usenet poster
 
Posts: 13
Default Exclude image

hi all

The following code copies and pastes a data range "appendix" to a sheet "contract". How do i amend so that the images within this range do not copy....only the data (text) does??

Cheers!!!

Private Sub CommandButton1_Click(
Dim tm
tmp = Worksheets("quote2").Range("appendix").Rows.Coun
Worksheets("contract").Activat
Cells.Find(What:="appendix1.0", After:=ActiveCell, LookIn:=xlFormulas,
LookAt:=xlPart).Offset(2, 0).Selec
Selection.Resize(tmp, 1).EntireRow.Inser
Worksheets("quote2").Range("appendix").Cop
ActiveSheet.Past
Application.CutCopyMode = Fals
End Sub
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically adding image extension ".jpg" to end of image name Alain Excel Discussion (Misc queries) 3 June 19th 08 03:21 PM
Transfering one image to another image LT Excel Discussion (Misc queries) 0 April 27th 07 06:55 PM
Hyperlink to an image in other worksheet, displaying entire image. twilliams Excel Worksheet Functions 0 February 7th 06 10:02 PM
Export the worksheet background image as an image file - possible? DataFreakFromUtah Excel Programming 2 April 10th 04 04:49 PM
Open image from web in window same size as image? Milos Setek Excel Programming 0 February 5th 04 03:33 AM


All times are GMT +1. The time now is 07:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"