Thread
:
Union Function
View Single Post
#
1
Posted to microsoft.public.excel.programming
NutoVBA
external usenet poster
Posts: 3
Union Function
I am trying to combine data on two different sheets in the same workbook
using the following command:
Set Union_sh = Application.Union(Sheets("BSPL+"), Sheets("Other OMI"))
For some reason this won't work and I cannot understand why.
Reply With Quote
NutoVBA
View Public Profile
Find all posts by NutoVBA