I have several vb scripts that copy data from csv files to xls files and the
XLBook.Save method worked fine in previous versions of Office. However, in
Excel 2007 I get a "Save method of Workbook class failed" error when
attempting to execute the following:
Dim XL, CSVBook, XLBook
Set XL =...
more >>
Hi
I am freelancer and designing a .net page.
I require the syntax in C# for capturing the variable from carryover
line in url eg: www.xyz.com/ccc.aspx?mid=12
how to capture this mid in c# and I have to use in my sql string along
with Select * from Tbname where mid = 12.
can yu pls hel...
more >>
I am trying to write a code to grab IP settings for Network adapter on my
machine using WMI class "Win32_NetworkAdapterConfiguration".
When I issue the following query
"SELECT * FROM Win32_NetworkAdapterConfiguration"
I get several items in the collection in spite of the fact that I have one ...
more >>
I will like list all win32 product installed in my servers. For this i have
developed this script. But i do not obtain the right result.
Could some one help me. Thanks.
Dim arrServidores(1)
arrServidores(0)="server00"
For i=0 To UBound(arrServidores)
Fucntion_Win32_Product arr...
more >>