Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() My code cant seems to work,could you help me modified it,thanks thousand times! Sub formula() 'Count how many rows are there in a sheet Dim GRC2 As Integer Sheets("Supplier list").Select GRC2 = Range("A65536").End(xlUp).Row 'Putting in of formula Range("K4").Select ActiveCell.formula = "=VLOOKUP(A4,'input status'!$A$ :$Q$GRC2,2,FALSE)" Selection.AutoFill Destination:=Range("Q4:Q" & GRC2) Type:=xlFillDefault End Sub With gratitude, Seeking hel -- Seeking hel ----------------------------------------------------------------------- Seeking help's Profile: http://www.excelforum.com/member.php...fo&userid=3565 View this thread: http://www.excelforum.com/showthread.php?threadid=55631 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
require a change in formula | Excel Discussion (Misc queries) | |||
Require a Formula to caluclate the date | Excel Discussion (Misc queries) | |||
Variable codes in Excel | Excel Discussion (Misc queries) | |||
Excel Chart - Require a Formula | Excel Worksheet Functions | |||
trying to create a formula and require help. | Excel Worksheet Functions |