LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,560
Default BwiSwy Help Please

BwiSwy:

The instructions you gave me work well but there is a problem. Everytime I
enter data and run the macro it places the data 2 cells to the left and one
cell down and the next time 2 cells to the left and one cell down.

Here is the macro:

Sub DailyDumb()
'
' DailyDumb Macro
' Macro recorded 7/29/2007 by Dxxxx R. Sxxxxx
'
' Keyboard Shortcut: Ctrl+d
'
Range("G17:I24").Select
Selection.AutoFilter
Selection.AutoFilter Field:=3, Criteria1:="<"
Range("G19:I24").Select
Selection.Copy
Sheets("Cash and Charge Summery Sheet").Select
ActiveSheet.Paste
Sheets("Receipts Entry WorkSheet").Select
Application.CutCopyMode = False
Selection.AutoFilter
Range("G17").Select
End Sub


What have I done wrong? Or what can I correct so the data is placed in the
same cells (3 columns and 6 rows max) each time?
--
David
 
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



All times are GMT +1. The time now is 12:49 PM.

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

About Us

"It's about Microsoft Excel"