Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a Master Sheet (Data Insert) that is used as a form. It fills
in the corresponding worksheets based on the Date that the user inputs. The last sheet in my workbook (Detail) is a summary of the inputed Data sorted by Date on Row 2. I need to have it so when the user inputs the data on the Data Insert worksheet it looks to that Detail sheet looks for the matching Date in Row 2 Selects that column and fills in that column. Dim Input AS Worksheet Dim Detail AS Worksheet Dim sDate As Variant Input = Worksheet("Data Insert") Detail = Worksheet("Detail") sDate = Input.Range("c2").Value Now this is what I dont know how to do Select Column From Detail Where Cell.Value = sDate As when starting a Variable what type can be used to represent a Column? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with copying dynamic column selected based on remote cell value and dynamic formula fill | Charts and Charting in Excel | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
up to 7 functions? | Excel Worksheet Functions |