Hello
Is it possible at all to modify Remote Licensing mode in Remote Desktop Host Session Configuration via Powershell ?
The manual steps are (Windows Server 2008)
1. Launch Remote Desktop Host Session Configuration
2. Select Remote Licensing mode
3. Select Per User
4. Then on the same...
Hello guys.
Is it possible to open html page than insert login and pass and than click "connect", than after login "remember" html code in some txt file ?
I found some code
$ie = New-Object -com "InternetExplorer.Application"
$ie.Navigate("http://page.com")
$ie.visible = $true
do { sleep 5...
Hello.
Is the any chance to convert csv file
in to XLS ?
I need to open this CSV file and save it as XLS and remember that all " ; " starting with new column in XLS
Please help.
Best Regards
L
Hello.
I need open XLS file and add "filter"/"autofilter" columns.
Could you help me with this ?
Function OK()
Const ForReading = 1
Const ForWriting = 2
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
Set objFile = bjFSO.objExcel("C:\07-05-2012.xls", ForReading)...
Hello.
I need to open CSV file, find some "string" in a row and rename it.
For example
DATE;DEPART;CLASSE;SERVEUR;ERREURS;MESSAGE;SCHEDULE;TYP;DUREE;TAILLE(Kb);FICHIERS;RETENTION;WARS Date ouverture;WARS Date fermeture;Commentaires
2012-04-22;21:01:25;lala_nbondv02_data;nbondv02;0;the req...
Hello.
Coyld you help me.
I have some data in CSV
I need to open this CVS file via VBS script and add some data in the end of first line and save this file. For example
aaa;bbb;ccc
111;111;111
222;222;222
should be:
aaa;bbb;ccc;ddd;eee;fff
111;111;111
222;222;222
Best Regards
L
Hello.
I'm new to this forum. Hello Everyone.
Could you help me.
I have some report and I need to Open csv/xls and than:
1. delete first row
2. delete some columns
3. add 3 kolumn names
Could you help me ? (it needs to be a function)
I now hot to do it in VBA but I don;t have idea how to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.