Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change Column Width
#6
Do you want something like this? It changes the column with of a new Excel workbook.

Macro
Code:
Copy      Help
int w1=act(win("Microsoft Excel -" "XLMAIN"))
lef+ 96 155 w1
lef- 203 155 w1

OR

Do you want something like this? It changes the column with of a new Excel workbook no matter where Excel is located on the screen.

Macro
Code:
Copy      Help
int w1=act(win("Microsoft Excel -" "XLMAIN"))
lef+ 96 33 child("" "EXCEL7" w1)
lef- 161 35 child("" "EXCEL7" w1)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)