session

  1. Y

    SAP script

    Hi, I'm new to the SAP GUI scripting and I'd like to understand some line of codes. Set SAPGUIAuto = GetObject("SAPGUI") 'Get the SAP GUI Scripting object Set SAPApp = SAPGUIAuto.GetScriptingEngine 'Get the currently running SAP GUI Set SAPCon = SAPApp.Children(0) 'Get the first system that...
  2. E

    Grouping and copying data into other columns

    Hello! I'm not sure how to describe this well, but essential I have rows that contain IP Address and Computer information for a session. The IP Address and Computer info is currently in the same column, but different rows (with same Session). Sample Excel file here. I'm provided with columns...
  3. T

    Opening new session of Excel

    I use the following code to force Excel to open a new session every time it's run: Sub Workbook_Open() Dim oXL As Excel.Application If Workbooks.Count > 1 Then Set oXL = CreateObject("Excel.Application") oXL.Visible = True oXL.Workbooks.Open ThisWorkbook.FullName...
  4. B

    Quickly accessing file in another excel instance

    Hi, I am running excel 2010 on windows 7 and due to the memory limitation in one session of excel (ours keel over when they hit 900MB) we are forced to run 2 separate instances. In each of the sessions we have a number of workbooks open. The problem we have is quickly switching from a...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top