View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vandy Vandy is offline
external usenet poster
 
Posts: 8
Default Edit query in Excel

Hi
I am trying to pull information from SQL server by editing a existing
query in excel. I could able to pull data but the format is changing
from the existing format.

My format will be like this

coulmN-A coulmN-B coulmN-c coulmN-D

I need only CoulmnA, ColumnB and ColumnD from SQL server. ColumnC will
be manually entered. After editing query the data is filling to first 3
coulmns not 1st two and fourth columns.

Could you please advice how to tackle this problem.

Thanks in advance.