PC Review


Reply
Thread Tools Rate Thread

2 part VBA Find problem

 
 
jlclyde
Guest
Posts: n/a
 
      10th Dec 2007
I have a worksheet where I need to find the Maximum value in a range
and add one to that number and add it at the bottom of my range.

At some later point I will be bringing information back to this
worksheet and i will need to find that number and place data into
cells on the same row.

If any one can help with these two problems, it woudl be greatlly
appreciated.
Thanks,
Jay
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      10th Dec 2007
rng(rng.Count).Offset(1, 0).Value = Application.Max(rng) + 1

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"jlclyde" <(E-Mail Removed)> wrote in message
news:720f3608-1b62-481c-9d24-(E-Mail Removed)...
>I have a worksheet where I need to find the Maximum value in a range
> and add one to that number and add it at the bottom of my range.
>
> At some later point I will be bringing information back to this
> worksheet and i will need to find that number and place data into
> cells on the same row.
>
> If any one can help with these two problems, it woudl be greatlly
> appreciated.
> Thanks,
> Jay



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot find part for the specified URI .... Cresta Microsoft Excel Programming 2 14th May 2009 08:52 PM
Could not find a part of the =?Utf-8?B?QW5qYW5h?= Microsoft ASP .NET 3 18th Dec 2008 06:44 AM
Search/Match/Find ANY part of string to ANY part of Cell Value TWhizTom Microsoft Excel Worksheet Functions 0 21st Jul 2008 08:16 PM
Could not find a part of the path :-( =?Utf-8?B?SmVuQw==?= Microsoft Dot NET 0 22nd Sep 2006 09:26 AM
Find a part of a string Peter Pantus Microsoft Excel Programming 3 15th Mar 2005 09:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:03 PM.