Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() For both site and locality, how about this... Application.VLookup(range("F6"), Worksheets("List").Range("B3:C5"), 2, False) -- MattShoreson ------------------------------------------------------------------------ MattShoreson's Profile: http://www.excelforum.com/member.php...fo&userid=3472 View this thread: http://www.excelforum.com/showthread...hreadid=563633 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Excellent. That worked. Last question, how do I insert the new data into a cell? The worksheet is called "data" and the cell reference is held under varaibales ("x" and "the value") and the data to input is held i varaible "now". This didn't work: Worksheets("Data").Cells(x, thevalue) = now Thanks agai -- thegoone ----------------------------------------------------------------------- thegooner's Profile: http://www.excelforum.com/member.php...fo&userid=3661 View this thread: http://www.excelforum.com/showthread.php?threadid=56363 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
Need syntax for RUNning a Word macro with an argument, called from an Excel macro | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |