Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm going from column to column... i don't see what the problem is...
Workbooks("Analytics.xlsm").Worksheets("MTD").Colu mns("g").Copy _ Destination:=Workbooks(WBNew).Worksheets(WSNew).Co lumns("a") Here's the whole code Sub Print_MTD2() Dim WBNew As Workbook Dim WSNew As Worksheet 'build new Workbook/worksheet to copy data into Set WSNew = Workbooks.Add(xlWBATWorksheet).Worksheets(1) Set WBNew = ActiveWorkbook 'copy columns from MTD to new sheet Workbooks("Analytics.xlsm").Worksheets("MTD").Colu mns("g").Copy _ Destination:=Workbooks(WBNew).Worksheets(WSNew).Co lumns("a") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual Basic Error Run Time Error, Type Mismatch | Excel Discussion (Misc queries) | |||
runtime error 13 - type mismatch error in Excel 97 on Citrix | Excel Programming | |||
Conditional Formatting - Run Time Error '13' Type Mismatch Error | Excel Programming | |||
Help: Compile error: type mismatch: array or user defined type expected | Excel Programming | |||
Befuddled with For Next Loop ------ Run - Time Error '13' Type Mismatch Error | Excel Programming |