Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Ignore my previous post. I got it working by changing this.. set shDest = ThisWorkbook.Sheets.Add Befo=Worksheets(1) to this.. set shDest = ThisWorkbook.Sheets.Add (Befo=Worksheets(1)) And now it is working prefectly. Many thanks to all who replied. My knowledge of VBA is now gettin bigger!!! Regards, Bhares -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filling in worksheet cell references | Excel Discussion (Misc queries) | |||
use VB code IF to automate filling in 11 columns | Excel Discussion (Misc queries) | |||
Filling in empty cells in columns | Excel Discussion (Misc queries) | |||
auto filling columns from rows | Excel Discussion (Misc queries) | |||
Filling a cell with values from another worksheet | Excel Programming |