![]() |
Column A is on the right
Hi,
Can anyone help me Please? When I launch excel 2007, the default page starts from right to left, i.e. column A is in the far right! how can I resore column A to be in the far left as usual? Kindly email me your suggestions on Thanks |
Column A is on the right
Hi Ahmad
See http://www.rondebruin.nl/sheetdirection.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" <Ahmad wrote in message ... Hi, Can anyone help me Please? When I launch excel 2007, the default page starts from right to left, i.e. column A is in the far right! how can I resore column A to be in the far left as usual? Kindly email me your suggestions on Thanks |
Column A is on the right
Hi Ahmad
Open a new workbook Alt F11 Use Insert module in the VBA editor Copy this in the module Sub test() Application.DefaultSheetDirection = xlLTR 'or use xlRTL" MsgBox "Ready" End Sub With your curser in this macro press F5 to run ther macro Now close the file without saving -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Hi Ron, Thank you for your kind assistance. yes I had enabled Arabic,i.e. right to left language as a second language on my computer. You had mentioned in the link you sent me " The default sheet direction for Excel you can change with this code line Application.DefaultSheetDirection = xlLTR 'or use xlRTL" Would you please explain how can I do that in easy steps please. is my email address. I appreciate your help "Ron de Bruin" wrote: Hi Ahmad See http://www.rondebruin.nl/sheetdirection.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" <Ahmad wrote in message ... Hi, Can anyone help me Please? When I launch excel 2007, the default page starts from right to left, i.e. column A is in the far right! how can I resore column A to be in the far left as usual? Kindly email me your suggestions on Thanks |
Column A is on the right
Thanks Ron it worked.
Now I have my A column on the left, but I have two pages!! how can we have only one page at start up? Sorry man. Ahmad "Ron de Bruin" wrote: Hi Ahmad Open a new workbook Alt F11 Use Insert module in the VBA editor Copy this in the module Sub test() Application.DefaultSheetDirection = xlLTR 'or use xlRTL" MsgBox "Ready" End Sub With your curser in this macro press F5 to run ther macro Now close the file without saving -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Hi Ron, Thank you for your kind assistance. yes I had enabled Arabic,i.e. right to left language as a second language on my computer. You had mentioned in the link you sent me " The default sheet direction for Excel you can change with this code line Application.DefaultSheetDirection = xlLTR 'or use xlRTL" Would you please explain how can I do that in easy steps please. is my email address. I appreciate your help "Ron de Bruin" wrote: Hi Ahmad See http://www.rondebruin.nl/sheetdirection.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" <Ahmad wrote in message ... Hi, Can anyone help me Please? When I launch excel 2007, the default page starts from right to left, i.e. column A is in the far right! how can I resore column A to be in the far left as usual? Kindly email me your suggestions on Thanks |
Column A is on the right
With two pages you mean two sheets when you open a new workbook
-- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Thanks Ron it worked. Now I have my A column on the left, but I have two pages!! how can we have only one page at start up? Sorry man. Ahmad "Ron de Bruin" wrote: Hi Ahmad Open a new workbook Alt F11 Use Insert module in the VBA editor Copy this in the module Sub test() Application.DefaultSheetDirection = xlLTR 'or use xlRTL" MsgBox "Ready" End Sub With your curser in this macro press F5 to run ther macro Now close the file without saving -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Hi Ron, Thank you for your kind assistance. yes I had enabled Arabic,i.e. right to left language as a second language on my computer. You had mentioned in the link you sent me " The default sheet direction for Excel you can change with this code line Application.DefaultSheetDirection = xlLTR 'or use xlRTL" Would you please explain how can I do that in easy steps please. is my email address. I appreciate your help "Ron de Bruin" wrote: Hi Ahmad See http://www.rondebruin.nl/sheetdirection.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" <Ahmad wrote in message ... Hi, Can anyone help me Please? When I launch excel 2007, the default page starts from right to left, i.e. column A is in the far right! how can I resore column A to be in the far left as usual? Kindly email me your suggestions on Thanks |
Column A is on the right
yes.
two pages "Ron de Bruin" wrote: With two pages you mean two sheets when you open a new workbook -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Thanks Ron it worked. Now I have my A column on the left, but I have two pages!! how can we have only one page at start up? Sorry man. Ahmad "Ron de Bruin" wrote: Hi Ahmad Open a new workbook Alt F11 Use Insert module in the VBA editor Copy this in the module Sub test() Application.DefaultSheetDirection = xlLTR 'or use xlRTL" MsgBox "Ready" End Sub With your curser in this macro press F5 to run ther macro Now close the file without saving -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Hi Ron, Thank you for your kind assistance. yes I had enabled Arabic,i.e. right to left language as a second language on my computer. You had mentioned in the link you sent me " The default sheet direction for Excel you can change with this code line Application.DefaultSheetDirection = xlLTR 'or use xlRTL" Would you please explain how can I do that in easy steps please. is my email address. I appreciate your help "Ron de Bruin" wrote: Hi Ahmad See http://www.rondebruin.nl/sheetdirection.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" <Ahmad wrote in message ... Hi, Can anyone help me Please? When I launch excel 2007, the default page starts from right to left, i.e. column A is in the far right! how can I resore column A to be in the far left as usual? Kindly email me your suggestions on Thanks |
Column A is on the right
Hi Ahmad
Office ButtonExcel options Popular Change "Include this many sheets:" to 1 -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... yes. two pages "Ron de Bruin" wrote: With two pages you mean two sheets when you open a new workbook -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Thanks Ron it worked. Now I have my A column on the left, but I have two pages!! how can we have only one page at start up? Sorry man. Ahmad "Ron de Bruin" wrote: Hi Ahmad Open a new workbook Alt F11 Use Insert module in the VBA editor Copy this in the module Sub test() Application.DefaultSheetDirection = xlLTR 'or use xlRTL" MsgBox "Ready" End Sub With your curser in this macro press F5 to run ther macro Now close the file without saving -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Hi Ron, Thank you for your kind assistance. yes I had enabled Arabic,i.e. right to left language as a second language on my computer. You had mentioned in the link you sent me " The default sheet direction for Excel you can change with this code line Application.DefaultSheetDirection = xlLTR 'or use xlRTL" Would you please explain how can I do that in easy steps please. is my email address. I appreciate your help "Ron de Bruin" wrote: Hi Ahmad See http://www.rondebruin.nl/sheetdirection.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" <Ahmad wrote in message ... Hi, Can anyone help me Please? When I launch excel 2007, the default page starts from right to left, i.e. column A is in the far right! how can I resore column A to be in the far left as usual? Kindly email me your suggestions on Thanks |
Column A is on the right
thanks a lot man
"Ron de Bruin" wrote: Hi Ahmad Office ButtonExcel options Popular Change "Include this many sheets:" to 1 -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... yes. two pages "Ron de Bruin" wrote: With two pages you mean two sheets when you open a new workbook -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Thanks Ron it worked. Now I have my A column on the left, but I have two pages!! how can we have only one page at start up? Sorry man. Ahmad "Ron de Bruin" wrote: Hi Ahmad Open a new workbook Alt F11 Use Insert module in the VBA editor Copy this in the module Sub test() Application.DefaultSheetDirection = xlLTR 'or use xlRTL" MsgBox "Ready" End Sub With your curser in this macro press F5 to run ther macro Now close the file without saving -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" wrote in message ... Hi Ron, Thank you for your kind assistance. yes I had enabled Arabic,i.e. right to left language as a second language on my computer. You had mentioned in the link you sent me " The default sheet direction for Excel you can change with this code line Application.DefaultSheetDirection = xlLTR 'or use xlRTL" Would you please explain how can I do that in easy steps please. is my email address. I appreciate your help "Ron de Bruin" wrote: Hi Ahmad See http://www.rondebruin.nl/sheetdirection.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ahmad Mahran" <Ahmad wrote in message ... Hi, Can anyone help me Please? When I launch excel 2007, the default page starts from right to left, i.e. column A is in the far right! how can I resore column A to be in the far left as usual? Kindly email me your suggestions on Thanks |
All times are GMT +1. The time now is 11:35 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com