$$Excel-Macros$$ Re: .xls to .vcf vard format

2014-08-13 Thread Peter Parker
hiii i face this problem but i download excel to vcard converter like http://excel-to-vcard-converter.blogspot.in/ this convert all excel file to vcard and solve my problem On Sunday, October 7, 2012 9:24:44 PM UTC+5:30, V S Rawat g wrote: > > http://www.ehow.com/how_5708670_convert-

$$Excel-Macros$$ Re: xls.

2009-10-14 Thread Amitabh Bose
Hi Anil, The drop downs in the spreadsheet have been made using 'Data Validation'. In Excel 2007 this can be found under the ribbon 'Data' - click on Data Validation' - choose "list" from the options under Allow. The source section will contain your metadata, ie the data which you wi

$$Excel-Macros$$ Re: xls calculation option becomes manual every time

2009-07-25 Thread Dilip Pandey
Hi Debashis, I think this problem is somewhat related to the differences between featurs of Excel 2003 & Excel 2007. If you are considering the file, which I have attached then I do not see any "grouping" problem in that. Dear "Group", Can anyone research on this, who has the Excel 2007 install

$$Excel-Macros$$ Re: xls calculation option becomes manual every time

2009-07-25 Thread DEBASHIS BANERJEE
Dear Friend , whats happening while I open this file , the work sheet is not opened forwithly. i am to go to exl option , there it is required to activate calculation option as automatic.. then it runs.. another file is there whose file name has been changed as file name .[gro

$$Excel-Macros$$ Re: xls calculation option becomes manual every time

2009-07-25 Thread Dilip Pandey
Hi Debashish, Not sure about Excel 2007, but below is what I have tried on Excel 2003 and it is working great. 'Enter following in workbook code area:- Private Sub workbook_open() Call CalcStatus End Sub 'Enter following in any module (say module 1) code area:- Sub CalcStatus() Cells(1, 1).Select