Thread: Union Function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NutoVBA NutoVBA is offline
external usenet poster
 
Posts: 3
Default 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.