Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Compare/match positve number against negative number?


Thanks, but was hoping for a little bit more detail

--
Kobayash
-----------------------------------------------------------------------
Kobayashi's Profile: http://www.excelforum.com/member.php...info&userid=87
View this thread: http://www.excelforum.com/showthread.php?threadid=31488

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Compare/match positve number against negative number?


Any ideas? Anyone? Seems that a worksheet function within my code wil
be the way to go (for speed) but I could do with some help with th
'how'?

Thanks,

Adria

--
Kobayash
-----------------------------------------------------------------------
Kobayashi's Profile: http://www.excelforum.com/member.php...info&userid=87
View this thread: http://www.excelforum.com/showthread.php?threadid=31488

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 863
Default Compare/match positve number against negative number?


Dim Target As Double
Dim Rng AS Range
Dim Where AS Long

Target = 23
Set Rng = Worksheets("Sheet1").Range("A1:A100")
Where = Application.Match(-Target, Rng, 0)


On Fri, 19 Nov 2004 09:39:15 -0600, Kobayashi
wrote:


Any ideas? Anyone? Seems that a worksheet function within my code will
be the way to go (for speed) but I could do with some help with the
'how'?

Thanks,

Adrian


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
Converting Negative Number to Postive number Tedd Excel Worksheet Functions 7 September 2nd 09 04:34 PM
Can I automatically change all positve numbers to negative number. larsenbks Excel Discussion (Misc queries) 2 May 21st 08 05:33 PM
2003= negative number&2004= negative number How Do I Calculate gro Jason Excel Worksheet Functions 1 January 14th 05 05:24 PM
calculate negative or positve difference in time kpmoore Excel Discussion (Misc queries) 2 January 5th 05 01:35 AM
Compare/match positve number against negative number? Kobayashi[_55_] Excel Programming 1 November 18th 04 02:47 PM


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