Re: $$Excel-Macros$$ excell to pdf

2012-02-02 Thread PrIyAnKa
Kindly help for this

On Wed, Feb 1, 2012 at 12:59 PM, PrIyAnKa p.dhamsa...@gmail.com wrote:

 Dear Rajan

 I m getting error in below part

wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _
 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _
 False

 On Tue, Jan 31, 2012 at 8:38 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

 *See the final Version *

 ** **

 Sub CreatePDF()

 

 Dim wksSheet As Worksheet

 Dim blnFlag As Boolean

 Dim intI As Integer

 Dim intResult As Byte

 

 intI = 0

 intResult = Application.InputBox(Type 1 for Entire Workbook and Type
 0 For Active Worksheets)

 If intResult = 0 Then

 Set wksSheet = ActiveSheet

 wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _***
 *

 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _

 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _

 False

 Exit Sub

 End If

 For Each wksSheet In ThisWorkbook.Worksheets

 If WorksheetFunction.CountA(wksSheet.Cells)  0 Then

 If wksSheet.Visible = xlSheetHidden Then

 wksSheet.Visible = xlSheetVisible

 blnFlag = True

 End If

 wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _***
 *

 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _

 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _

 False

 intI = intI + 1

 If blnFlag = True Then

 wksSheet.Visible = xlSheetHidden

 blnFlag = False

 End If

 End If

 Next

 MsgBox intI   Worksheet(s) has been Exported to PDF, vbInformation
 

 

 End Sub

 ** **

 Rajan

 ** **

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *KAUSHIK SAVLA
 *Sent:* Jan/Tue/2012 08:28

 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ excell to pdf

 ** **

 Hi Rajan,

 ** **

 Problem resolved.

 ** **

 Excellent job to help us on this article.

 ** **

 Regards,

 Kaushik

 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com

 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com




-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members

Re: $$Excel-Macros$$ excell to pdf

2012-02-02 Thread chandra sekaran
hi

you have  excell to pdf addin   if you not  download from below link

http://www.microsoft.com/download/en/details.aspx?id=9943

after you  run macro will work

Regards
chandru



On Thu, Feb 2, 2012 at 3:44 PM, PrIyAnKa p.dhamsa...@gmail.com wrote:

 Kindly help for this


 On Wed, Feb 1, 2012 at 12:59 PM, PrIyAnKa p.dhamsa...@gmail.com wrote:

 Dear Rajan

 I m getting error in below part

 wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _
 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _
 False

  On Tue, Jan 31, 2012 at 8:38 PM, Rajan_Verma 
 rajanverma1...@gmail.comwrote:

  *See the final Version *

 ** **

 Sub CreatePDF()

 

 Dim wksSheet As Worksheet

 Dim blnFlag As Boolean

 Dim intI As Integer

 Dim intResult As Byte

 

 intI = 0

 intResult = Application.InputBox(Type 1 for Entire Workbook and
 Type 0 For Active Worksheets)

 If intResult = 0 Then

 Set wksSheet = ActiveSheet

 wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _**
 **

 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _

 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _

 False

 Exit Sub

 End If

 For Each wksSheet In ThisWorkbook.Worksheets

 If WorksheetFunction.CountA(wksSheet.Cells)  0 Then

 If wksSheet.Visible = xlSheetHidden Then

 wksSheet.Visible = xlSheetVisible

 blnFlag = True

 End If

 wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _**
 **

 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _

 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _

 False

 intI = intI + 1

 If blnFlag = True Then

 wksSheet.Visible = xlSheetHidden

 blnFlag = False

 End If

 End If

 Next

 MsgBox intI   Worksheet(s) has been Exported to PDF, vbInformation
 

 

 End Sub

 ** **

 Rajan

 ** **

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *KAUSHIK SAVLA
 *Sent:* Jan/Tue/2012 08:28

 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ excell to pdf

 ** **

 Hi Rajan,

 ** **

 Problem resolved.

 ** **

 Excellent job to help us on this article.

 ** **

 Regards,

 Kaushik

 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com

 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com



 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security

RE: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread Rajan_Verma
Try this:

 

Sub CreatePDF()

 

Dim wksSheet As Worksheet

For Each wksSheet In ThisWorkbook.Worksheets

wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _

ThisWorkbook.Path  \  wksSheet.Name,
Quality:=xlQualityStandard, _

IncludeDocProperties:=True, IgnorePrintAreas:=False,
OpenAfterPublish:= _

False

Next

End Sub

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of chandra sekaran
Sent: Jan/Tue/2012 03:37
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ excell to pdf

 

Dear all 

 

 i need  macro  for  excel to pdfi have  25 sheet   each sheet  convert
to pdf .  PDF file name should be a  Sheet name   any one help  me 

 

Regards

chandru 

 

-- 
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 will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread chandra sekaran
hi  Rajan,

lot of thanks   it is working fine

Regards
chandru




On Tue, Jan 31, 2012 at 6:33 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

  Try this:

 ** **

 Sub CreatePDF()

 ** **

 Dim wksSheet As Worksheet

 For Each wksSheet In ThisWorkbook.Worksheets

 wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _

 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _

 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _

 False

 Next

 End Sub

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *chandra sekaran
 *Sent:* Jan/Tue/2012 03:37
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ excell to pdf

 ** **

 Dear all 

  

  i need  macro  for  excel to pdfi have  25 sheet   each sheet
 convert to pdf .  PDF file name should be a  Sheet name   any one help  me
 

  

 Regards

 chandru 

  

 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com

 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com


-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread KAUSHIK SAVLA
Hi Chandra,

It is not working in my system
Cold you please what you did to get it worked properly?

Regards,
Kaushik

-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread raghu gr
hi,
its not working to me also, error in line fixed width is comming

with regards
raghu
On Tue, Jan 31, 2012 at 7:13 PM, KAUSHIK SAVLA savla.kaus...@gmail.comwrote:

 Hi Chandra,

 It is not working in my system
 Cold you please what you did to get it worked properly?

 Regards,
 Kaushik

  --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com


-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


RE: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread Rajan_Verma
Which version of excel are u using??

 

Rajan.

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of raghu gr
Sent: Jan/Tue/2012 07:22
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ excell to pdf

 

hi,

its not working to me also, error in line fixed width is comming

with regards

raghu

On Tue, Jan 31, 2012 at 7:13 PM, KAUSHIK SAVLA savla.kaus...@gmail.com
wrote:

Hi Chandra,

 

It is not working in my system

Cold you please what you did to get it worked properly?

 

Regards,

Kaushik

-- 
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 will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com

 

-- 
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 will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread KAUSHIK SAVLA
Hi Rajan,

I am using excel 2007 version.

Regards,
Kaushik

-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


RE: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread Rajan_Verma
Ok.. it will give error if your worksheet does not  have any data

Try this

 

Sub CreatePDF()

 

Dim wksSheet As Worksheet

Dim intI As Integer

intI = 0

For Each wksSheet In ThisWorkbook.Worksheets

If WorksheetFunction.CountA(wksSheet.Cells)  0 Then

wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _

ThisWorkbook.Path  \  wksSheet.Name,
Quality:=xlQualityStandard, _

IncludeDocProperties:=True, IgnorePrintAreas:=False,
OpenAfterPublish:= _

False

intI = intI + 1

End If

Next

MsgBox intI   Worksheet(s) has been Exported to PDF, vbInformation

End Sub

 

 

 

 

 

Rajan.

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of KAUSHIK SAVLA
Sent: Jan/Tue/2012 07:35
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ excell to pdf

 

Hi Rajan,

 

I am using excel 2007 version.

 

Regards,

Kaushik

-- 
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 will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


RE: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread Rajan_Verma
Dear Kaushik

You have a hidden worksheet in this workbook

Replace this code .

.

.

.

 

For Each wksSheet In ThisWorkbook.Worksheets

If WorksheetFunction.CountA(wksSheet.Cells)  0 Then

If wksSheet.Visible = xlSheetHidden Then wksSheet.Visible =
xlSheetVisible

wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _

ThisWorkbook.Path  \  wksSheet.Name,
Quality:=xlQualityStandard, _

IncludeDocProperties:=True, IgnorePrintAreas:=True,
OpenAfterPublish:= _

False

intI = intI + 1

End If

Next

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of KAUSHIK SAVLA
Sent: Jan/Tue/2012 08:10
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ excell to pdf

 

Hi Rajan,

 

Please find attached file I am using.

Password for opening file is sjc123

 

Please suggest.

 

Regards,

Kaushik

-- 
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 will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread KAUSHIK SAVLA
Hi Rajan,

Problem resolved.

Excellent job to help us on this article.

Regards,
Kaushik

-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


RE: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread Rajan_Verma
See the final Version 

 

Sub CreatePDF()



Dim wksSheet As Worksheet

Dim blnFlag As Boolean

Dim intI As Integer

Dim intResult As Byte



intI = 0

intResult = Application.InputBox(Type 1 for Entire Workbook and Type 0
For Active Worksheets)

If intResult = 0 Then

Set wksSheet = ActiveSheet

wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _

ThisWorkbook.Path  \  wksSheet.Name,
Quality:=xlQualityStandard, _

IncludeDocProperties:=True, IgnorePrintAreas:=False,
OpenAfterPublish:= _

False

Exit Sub

End If

For Each wksSheet In ThisWorkbook.Worksheets

If WorksheetFunction.CountA(wksSheet.Cells)  0 Then

If wksSheet.Visible = xlSheetHidden Then

wksSheet.Visible = xlSheetVisible

blnFlag = True

End If

wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _

ThisWorkbook.Path  \  wksSheet.Name,
Quality:=xlQualityStandard, _

IncludeDocProperties:=True, IgnorePrintAreas:=False,
OpenAfterPublish:= _

False

intI = intI + 1

If blnFlag = True Then

wksSheet.Visible = xlSheetHidden

blnFlag = False

End If

End If

Next

MsgBox intI   Worksheet(s) has been Exported to PDF, vbInformation



End Sub

 

Rajan

 

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of KAUSHIK SAVLA
Sent: Jan/Tue/2012 08:28
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ excell to pdf

 

Hi Rajan,

 

Problem resolved.

 

Excellent job to help us on this article.

 

Regards,

Kaushik

-- 
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 will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ excell to pdf

2012-01-31 Thread PrIyAnKa
Dear Rajan

I m getting error in below part

   wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
ThisWorkbook.Path  \  wksSheet.Name,
Quality:=xlQualityStandard, _
IncludeDocProperties:=True, IgnorePrintAreas:=False,
OpenAfterPublish:= _
False

On Tue, Jan 31, 2012 at 8:38 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

 *See the final Version *

 ** **

 Sub CreatePDF()

 

 Dim wksSheet As Worksheet

 Dim blnFlag As Boolean

 Dim intI As Integer

 Dim intResult As Byte

 

 intI = 0

 intResult = Application.InputBox(Type 1 for Entire Workbook and Type
 0 For Active Worksheets)

 If intResult = 0 Then

 Set wksSheet = ActiveSheet

 wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _

 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _

 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _

 False

 Exit Sub

 End If

 For Each wksSheet In ThisWorkbook.Worksheets

 If WorksheetFunction.CountA(wksSheet.Cells)  0 Then

 If wksSheet.Visible = xlSheetHidden Then

 wksSheet.Visible = xlSheetVisible

 blnFlag = True

 End If

 wksSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _

 ThisWorkbook.Path  \  wksSheet.Name,
 Quality:=xlQualityStandard, _

 IncludeDocProperties:=True, IgnorePrintAreas:=False,
 OpenAfterPublish:= _

 False

 intI = intI + 1

 If blnFlag = True Then

 wksSheet.Visible = xlSheetHidden

 blnFlag = False

 End If

 End If

 Next

 MsgBox intI   Worksheet(s) has been Exported to PDF, vbInformation*
 ***

 

 End Sub

 ** **

 Rajan

 ** **

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *KAUSHIK SAVLA
 *Sent:* Jan/Tue/2012 08:28

 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ excell to pdf

 ** **

 Hi Rajan,

 ** **

 Problem resolved.

 ** **

 Excellent job to help us on this article.

 ** **

 Regards,

 Kaushik

 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com

 --
 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
 will not get quick attention or may not be answered.

 2) Don't post a question in the thread of another member.

 3) Don't post questions regarding breaking or bypassing any security
 measure.

 4) Acknowledge the responses you receive, good or bad.

 5) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


 --
 To post to this group, send email to excel-macros@googlegroups.com


-- 
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 will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss