Search results

  1. D

    running cmd window minimized

    I am using the following code to open a cmd window and wait while it executes, but I would like to run the cmd window minimized but cannot work out how to do that Option Compare Database Option Explicit Private Type STARTUPINFO cb As Long lpReserved As String...
  2. D

    problems with turkish characters in vba editor

    I have some reports which need to be created in either english or turkish. the data displayed is not the problem. I change the field labels to read in turkish or english depending on which language is required. however some turkish characters specifically Ğ ğ ı İ Ş ş will not display in the vba...
Back
Top Bottom