Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 179
Default Inputing Data

DLS

The way to start over is to delete the entries that are there. You can do
that in a separate macro like

Sub DelEntries()

Range("A20",Range("A20").End(xlDown)).Resize(,10). ClearContents

End Sub

If there are specific time that you always want to start over, like when you
open the workbook, you could call this sub from the Workbook_Open event to
automate the process even further.

--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.

<DLS wrote in message ...
Dick, the coding works great and starts over on the next line after 10
entries. I noticed that if I close the workbook and later reopen it that
it starts where it left off the last time. Is there a way I can reset
everything when I need to start the entries anew from the beginning?
Thanks for your help.
DLS

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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
inputing data using vba [email protected] Excel Discussion (Misc queries) 0 January 10th 06 04:09 AM
inputing data using vba [email protected] Excel Discussion (Misc queries) 0 January 2nd 06 12:56 AM
inputing data [email protected] Excel Discussion (Misc queries) 0 December 28th 05 02:01 PM
Inputing Data DLS[_3_] Excel Programming 5 August 10th 03 02:16 AM
Inputing Data DLS[_2_] Excel Programming 0 August 7th 03 04:41 PM


All times are GMT +1. The time now is 06:41 AM.

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"