Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2006

Tip: Looking for answers? Try searching our database.

auto fill help needed

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
gotzoom - 20 Jan 2006 02:14 GMT
I need to generate a sequential number list, but I need it to skip every
13th number. I am starting with # 2343

Signature

gotzoom

Tom Ogilvy - 21 Jan 2006 19:57 GMT
k = 1
for i = 2343 to 5000
 if (i-2342) mod 13 <> 0 then
   cells(k,1) = i
   k = k + 1
 End If
Next

Signature

Regards,
Tom Ogilvy

> I need to generate a sequential number list, but I need it to skip every
> 13th number. I am starting with # 2343
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.