Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default pasting into a list using a macro


i'm trying to past data from a worksheet into a list sheet using
macro.

when i go through the steps and record it as a macro, it work
perfectly but when i try and run the macro it works but it doesn'
paste anything into the cell on the list sheet. very upsetting!

this is the code from the macro:

Range("F5").Select
Selection.Copy
Sheets("Database").Select
Range("A2").Select
Application.CutCopyMode = False
Selection.Copy
Application.CutCopyMode = False
IgnoreBlank = Range("A2:A74")
With Selection.Validation
.Delete
.Add Type:=xlValidateInputOnly, AlertStyle:=xlValidAlertStop
Operator _
:=xlBetween
.IgnoreBlank = True
.InCellDropdown = True
.ShowInput = True
.ShowError = True
End With

Any help would be massively gratefully recieved.

Da

--
DanHegart
-----------------------------------------------------------------------
DanHegarty's Profile: http://www.excelforum.com/member.php...fo&userid=3527
View this thread: http://www.excelforum.com/showthread.php?threadid=55126

Reply
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
pasting links into list, option not available ernremf Links and Linking in Excel 0 December 13th 07 05:41 PM
Pasting Large Ranges into a List Jamesh5q6 Excel Worksheet Functions 2 August 13th 07 01:28 PM
macro for pasting CMD Excel Discussion (Misc queries) 2 May 26th 06 10:03 PM
copy and pasting a find all list into another column Ben Excel Discussion (Misc queries) 18 December 31st 05 10:51 PM
Pasting CSV list into separate cells... jmboggiano Excel Discussion (Misc queries) 1 March 10th 05 05:02 PM


All times are GMT +1. The time now is 08:13 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"