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

2012-10-07 Thread V S Rawat gmoz
sorry for rushing, this MS page "Applies to: Outlook 2003", not to excel. Thanks. -- Rawat On 10/7/2012 9:38 PM India Time, _V S Rawat g_ wrote: http://office.microsoft.com/en-us/outlook-help/file-types-you-can-import-or-export-HP005243412.aspx MS page is also saying that we can export/impo

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

2012-10-07 Thread V S Rawat g
http://office.microsoft.com/en-us/outlook-help/file-types-you-can-import-or-export-HP005243412.aspx MS page is also saying that we can export/import save as .vcf (Virtual card format). But I am not getting that .vcf file type in save as, nor in export. Thanks. -- Rawat On 10/7/2012 9:24 PM I

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

2012-10-07 Thread V S Rawat g
http://www.ehow.com/how_5708670_convert-excel-mailing-list-vcard.html the page suggests that we can directly save an xls file by choosing vcard format (.vcf) by selecting that in File Type list in save as. But my 2013 doesn't show .vcf - vcard file type at all. What gives. ehow page misguidin

RE: $$Excel-Macros$$ xls to xlsx

2012-04-26 Thread Rajan_Verma
acros@googlegroups.com Subject: $$Excel-Macros$$ xls to xlsx Dear Experts, Can we convert xls to xlsx without open xls(original file) Regards LAKSHMAN -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent,

$$Excel-Macros$$ xls to xlsx

2012-04-26 Thread LAKSHMAN PRASAD
Dear Experts, Can we convert xls to xlsx without open xls(original file) Regards LAKSHMAN -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice wi

Re: $$Excel-Macros$$ xls to Pdf in VBA error

2011-12-08 Thread NOORAIN ANSARI
Dear Prabhu, Please try through below Code. Sub OnlyforActivesheet() On Error Resume Next sh = ActiveSheet.Name ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:="\" & sh & ".pdf", Quality:=xlQualityStandard, OpenAfterPublish:=True On Error GoTo 0 End Sub On Thu, Sep 1, 2011

Re: $$Excel-Macros$$ xls to Pdf in VBA error

2011-09-01 Thread Prabhu
Hi Noor, It is working.. If i needs to create PDF only for active sheet then how to change the above VBA code. Plz help regards, Prabhu -- -- Some important links for excel users: 1. Follow us on TWITTER for ti

Re: $$Excel-Macros$$ xls to Pdf in VBA error

2011-08-30 Thread Venkat CV
>> awaiting your reply >> >> sajid memon >> >> >> >> >> -- >> Date: Mon, 29 Aug 2011 20:01:33 +0530 >> Subject: Re: $$Excel-Macros$$ xls to Pdf in VBA >> From: noorain.ans...@gmail.com >> To: exce

Re: $$Excel-Macros$$ xls to Pdf in VBA error

2011-08-30 Thread NOORAIN ANSARI
my project. > awaiting your reply > > sajid memon > > > > > ---------- > Date: Mon, 29 Aug 2011 20:01:33 +0530 > Subject: Re: $$Excel-Macros$$ xls to Pdf in VBA > From: noorain.ans...@gmail.com > To: excel-macros@googlegroups.com > > Dear KBJ, > W/S... >

Re: $$Excel-Macros$$ xls to Pdf in VBA

2011-08-29 Thread NOORAIN ANSARI
Dear KBJ, W/S... That converter is working fine on my system.. press alt+F11 and Paste it code in Module and Press F5. I hope it will work fine.. Sub exltopdf_converter() Dim wrknm As String wrknm = ActiveWorkbook.Name wrknm = Left(wrknm, InStr(1, wrknm, ".") - 1) ActiveWorkbook.ExportAsFix

Re: $$Excel-Macros$$ xls to Pdf in VBA

2011-08-29 Thread Advocate kbj
dear Noorain Ansari (Assalamulaikum) as per your tryit.xls its not working. plz give me detail. with advance Happy Eid Mubarak to all. sajid memon On Sat, Aug 27, 2011 at 10:14 PM, NOORAIN ANSARI wrote: > Dear Sajid, > > As per your requirement Please try blow VBA code to Convert Excel file in >

Re: $$Excel-Macros$$ xls to Pdf in VBA

2011-08-27 Thread Venkat CV
Hi Sajid, Just install the below PDF Printer Driver and use code for Printing... http://www.bullzip.com/products/pdf/info.php *Best Regards,* *Venkat * *Chennai* On Sat, Aug 27, 2011 at 3:58 AM, SAJID MEMON wrote: > Dear Experts, > > I want an active sheet with command button (EXCEL 2003) con

Re: $$Excel-Macros$$ xls to Pdf in VBA

2011-08-27 Thread rajesh a
Hi friend, Pls try this website http://www.ipdfconverter.com/ Regards Rajesh A TCS Chennai On Sat, Aug 27, 2011 at 4:28 PM, SAJID MEMON wrote: > Dear Experts, > > I want an active sheet with command button (EXCEL 2003) convert into pdf > file. when i click on command button > it convert and

RE: $$Excel-Macros$$ xls to Pdf in VBA

2011-08-27 Thread Rajan_Verma
@googlegroups.com] On Behalf Of SAJID MEMON Sent: Saturday, August 27, 2011 4:29 PM To: Excel Group Subject: $$Excel-Macros$$ xls to Pdf in VBA Dear Experts, I want an active sheet with command button (EXCEL 2003) convert into pdf file. when i click on command button it convert and should be open in pdf

$$Excel-Macros$$ xls to Pdf in VBA

2011-08-27 Thread SAJID MEMON
Dear Experts, I want an active sheet with command button (EXCEL 2003) convert into pdf file. when i click on command button it convert and should be open in pdf format. Is it possible in excel 2003 version, if Yes then please give me VBA code for my query i don't want to use any other con

Re: $$Excel-Macros$$ XLS 2003 to 2007 Concerns

2010-03-12 Thread rf1234 rf1234
Hello Dear Following is the answer for best describe your Question. '''

Re: $$Excel-Macros$$ XLS 2003 to 2007 Concerns

2010-03-12 Thread Paul Schreiner
l of help from groups like this, I utilized a startup macro that "sets" the priority to "high". are you MORE worried now? or less? lol Paul From: TerryP To: MS EXCEL AND VBA MACROS Sent: Fri, March 12, 2010 11:14:02 AM Subject: $$Excel-Macr

$$Excel-Macros$$ XLS 2003 to 2007 Concerns

2010-03-12 Thread TerryP
We're finaly going to Office 2007 VBA code-wise, what issues we may have ? thanks -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. J

$$Excel-Macros$$ xls.

2009-10-14 Thread Anil Saxena
Hi, Please find attached file of .xls & give instruction how can i creat new sheet like this. Regards, Anil Saxena --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. E

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

2009-07-25 Thread DEBASHIS BANERJEE
Dear Freinds . i am using exl. 2007 . in exl option formula tab - formula option can never be automatic.. every time it becomes manual is there any way to make it automatic. kindly help > Thanks and regards Debashis --~--~-~--~~~---~--~