Re: $$Excel-Macros$$ Re: Excel table Copy Paste in word (with formatting) *

2012-10-19 Thread Sam Mathai Chacko
This might help

http://www.excelfox.com/forum/f13/extract-number-alphanumeric-text-186/

Regards,
Sam

On Fri, Oct 19, 2012 at 8:24 PM, Shiva Prasad wrote:

> hi experts,
>
> how to separate the number,
> i mentioned in excel cell
> mentioned example
>
>
> *example
>
> asdfhfgh9825101236sdfge,
> 9855255689dffhjrr
> *
>
> i want only number, can any one provide the macro.
>
>
> regards,
> shivaprasad.
>
>
>
>
>
> On Fri, Oct 19, 2012 at 7:09 PM, ashish koul wrote:
>
>> hi i tried ur file its working fine at my place. Can you share the actual
>> file and output in word document
>>
>>
>>
>> On Fri, Oct 19, 2012 at 4:54 PM, amar takale wrote:
>>
>>> Pls help me on below topic
>>>
>>>
>>> On Thu, Oct 18, 2012 at 6:31 PM, amar takale wrote:
>>>
 Dear Hilary
 Your code not working it show out of range I will attached file as per
 you suggest link below It also not working Pl see file


 On Wed, Oct 17, 2012 at 10:33 PM, Hilary Lomotey wrote:

> try this
>
> Sub exportToWord()
>
> Dim SheetName As String, NumLines As Integer
> Dim WordApp As Object
> Set WordApp = CreateObject("Word.Application")
> WordApp.Visible = True
> Worksheets(SheetName).Range("frontcover").Copy
> 'you can replace the next line of code with
> ===>WordApp.Documents.Add.Content.Paste
> WordApp.Documents.Add.Content.PasteSpecial DataType:=wdPasteText
> Application.CutCopyMode = False
> Set WordApp = Nothing
>
> End Sub
>
> On Wed, Oct 17, 2012 at 4:51 PM, ashish koul wrote:
>
>>  [image: Boxbe]  This message is
>> eligible for Automatic Cleanup! (koul.ash...@gmail.com) Add cleanup
>> rule|
>>  More
>> info
>>
>> share excel file and word document
>>
>> or visit
>>
>>
>> http://www.excelvbamacros.com/2011/11/find-row-and-column-number-of.html
>>
>> http://www.excelvbamacros.com/2011/10/copy-range-from-excel-and-paste-as.html
>>
>>
>>
>> On Wed, Oct 17, 2012 at 10:07 AM, amar takale 
>> wrote:
>>
>>> Pls help me for this solution
>>>
>>>
>>> On Tue, Oct 16, 2012 at 5:26 PM, amar takale 
>>> wrote:
>>>
 *Hi All Champs*
 Can anybody tell me how to copy paste excel table in word as it
 with formatting.So I want to VBA code for that then I will create 
 button &
 only click it So table automatically copy paste in word.For other 
 sheet in
 code I will change only range of table as per data size table & click
 button.

 please help me to solve this question
 waiting your response

 Amar


>>>  --
>>> Join official facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES (1120+ 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.
>>>
>>> 6) Jobs posting is not allowed.
>>>
>>> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not
>>> allowed.
>>>
>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>> Forum owners and members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To post to this group, send email to excel-macros@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> excel-macros+unsubscr...@googlegroups.com.
>>>
>>>
>>>
>>
>>
>>
>> --
>> *Regards*
>> * *
>> *Ashish Koul*
>>
>>
>> *Visit*
>> *http://www.excelvbamacros.com/*
>> *http://www.accessvbamacros.com/*
>>
>> P Before printing, think about the environment.
>>
>>
>>
>>  --
>> Join official facebook page of this forum @
>> https://www.facebook.com/

Re: $$Excel-Macros$$ Re: Excel table Copy Paste in word (with formatting) *

2012-10-19 Thread ashish koul
hi i tried ur file its working fine at my place. Can you share the actual
file and output in word document



On Fri, Oct 19, 2012 at 4:54 PM, amar takale  wrote:

> Pls help me on below topic
>
>
> On Thu, Oct 18, 2012 at 6:31 PM, amar takale  wrote:
>
>> Dear Hilary
>> Your code not working it show out of range I will attached file as per
>> you suggest link below It also not working Pl see file
>>
>>
>> On Wed, Oct 17, 2012 at 10:33 PM, Hilary Lomotey wrote:
>>
>>> try this
>>>
>>> Sub exportToWord()
>>>
>>> Dim SheetName As String, NumLines As Integer
>>> Dim WordApp As Object
>>> Set WordApp = CreateObject("Word.Application")
>>> WordApp.Visible = True
>>> Worksheets(SheetName).Range("frontcover").Copy
>>> 'you can replace the next line of code with
>>> ===>WordApp.Documents.Add.Content.Paste
>>> WordApp.Documents.Add.Content.PasteSpecial DataType:=wdPasteText
>>> Application.CutCopyMode = False
>>> Set WordApp = Nothing
>>>
>>> End Sub
>>>
>>> On Wed, Oct 17, 2012 at 4:51 PM, ashish koul wrote:
>>>
  [image: Boxbe]  This message is
 eligible for Automatic Cleanup! (koul.ash...@gmail.com) Add cleanup
 rule|
  More
 info

 share excel file and word document

 or visit

 http://www.excelvbamacros.com/2011/11/find-row-and-column-number-of.html

 http://www.excelvbamacros.com/2011/10/copy-range-from-excel-and-paste-as.html



 On Wed, Oct 17, 2012 at 10:07 AM, amar takale wrote:

> Pls help me for this solution
>
>
> On Tue, Oct 16, 2012 at 5:26 PM, amar takale wrote:
>
>> *Hi All Champs*
>> Can anybody tell me how to copy paste excel table in word as it with
>> formatting.So I want to VBA code for that then I will create button & 
>> only
>> click it So table automatically copy paste in word.For other sheet in 
>> code
>> I will change only range of table as per data size table & click button.
>>
>> please help me to solve this question
>> waiting your response
>>
>> Amar
>>
>>
>  --
> Join official facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES (1120+ 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.
>
> 6) Jobs posting is not allowed.
>
> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not
> allowed.
>
> NOTE : Don't ever post personal or confidential data in a workbook.
> Forum owners and members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google
> Groups "MS EXCEL AND VBA MACROS" group.
> To post to this group, send email to excel-macros@googlegroups.com.
> To unsubscribe from this group, send email to
> excel-macros+unsubscr...@googlegroups.com.
>
>
>



 --
 *Regards*
 * *
 *Ashish Koul*


 *Visit*
 *http://www.excelvbamacros.com/*
 *http://www.accessvbamacros.com/*

 P Before printing, think about the environment.



  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ 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.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.


Re: $$Excel-Macros$$ Re: Excel table Copy Paste in word (with formatting) *

2012-10-19 Thread amar takale
Pls help me on below topic

On Thu, Oct 18, 2012 at 6:31 PM, amar takale  wrote:

> Dear Hilary
> Your code not working it show out of range I will attached file as per you
> suggest link below It also not working Pl see file
>
>
> On Wed, Oct 17, 2012 at 10:33 PM, Hilary Lomotey wrote:
>
>> try this
>>
>> Sub exportToWord()
>>
>> Dim SheetName As String, NumLines As Integer
>> Dim WordApp As Object
>> Set WordApp = CreateObject("Word.Application")
>> WordApp.Visible = True
>> Worksheets(SheetName).Range("frontcover").Copy
>> 'you can replace the next line of code with
>> ===>WordApp.Documents.Add.Content.Paste
>> WordApp.Documents.Add.Content.PasteSpecial DataType:=wdPasteText
>> Application.CutCopyMode = False
>> Set WordApp = Nothing
>>
>> End Sub
>>
>> On Wed, Oct 17, 2012 at 4:51 PM, ashish koul wrote:
>>
>>>  [image: Boxbe]  This message is
>>> eligible for Automatic Cleanup! (koul.ash...@gmail.com) Add cleanup 
>>> rule|
>>>  More
>>> info
>>>
>>> share excel file and word document
>>>
>>> or visit
>>>
>>> http://www.excelvbamacros.com/2011/11/find-row-and-column-number-of.html
>>>
>>> http://www.excelvbamacros.com/2011/10/copy-range-from-excel-and-paste-as.html
>>>
>>>
>>>
>>> On Wed, Oct 17, 2012 at 10:07 AM, amar takale wrote:
>>>
 Pls help me for this solution


 On Tue, Oct 16, 2012 at 5:26 PM, amar takale wrote:

> *Hi All Champs*
> Can anybody tell me how to copy paste excel table in word as it with
> formatting.So I want to VBA code for that then I will create button & only
> click it So table automatically copy paste in word.For other sheet in code
> I will change only range of table as per data size table & click button.
>
> please help me to solve this question
> waiting your response
>
> Amar
>
>
  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ 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.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google
 Groups "MS EXCEL AND VBA MACROS" group.
 To post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.



>>>
>>>
>>>
>>> --
>>> *Regards*
>>> * *
>>> *Ashish Koul*
>>>
>>>
>>> *Visit*
>>> *http://www.excelvbamacros.com/*
>>> *http://www.accessvbamacros.com/*
>>>
>>> P Before printing, think about the environment.
>>>
>>>
>>>
>>>  --
>>> Join official facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES (1120+ 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.
>>>
>>> 6) Jobs posting is not allowed.
>>>
>>> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
>>>
>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>> Forum owners and members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To post to this group, send email to excel-macros@googlegroups.com.

Re: $$Excel-Macros$$ Re: Excel table Copy Paste in word (with formatting)

2012-10-17 Thread amar takale
Hi Ashish
Thanks for reply for solution is very good.I will attached file in which
One table I want to copy this table in word through VBA code Button as it
with formatting.If there are increase person name Then I will change only
range table then automatically that range table copy paste in word.Pls
Guide me on this solution It is very important in our daily work.

Thanks a lot in Advance.



Best Regards,

Amar


On Wed, Oct 17, 2012 at 10:21 PM, ashish koul  wrote:

> share excel file and word document
>
> or visit
>
> http://www.excelvbamacros.com/2011/11/find-row-and-column-number-of.html
>
> http://www.excelvbamacros.com/2011/10/copy-range-from-excel-and-paste-as.html
>
>
>
> On Wed, Oct 17, 2012 at 10:07 AM, amar takale wrote:
>
>> Pls help me for this solution
>>
>>
>> On Tue, Oct 16, 2012 at 5:26 PM, amar takale wrote:
>>
>>> *Hi All Champs*
>>> Can anybody tell me how to copy paste excel table in word as it with
>>> formatting.So I want to VBA code for that then I will create button & only
>>> click it So table automatically copy paste in word.For other sheet in code
>>> I will change only range of table as per data size table & click button.
>>>
>>> please help me to solve this question
>>> waiting your response
>>>
>>> Amar
>>>
>>>
>>  --
>> Join official facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES (1120+ 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.
>>
>> 6) Jobs posting is not allowed.
>>
>> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> To unsubscribe from this group, send email to
>> excel-macros+unsubscr...@googlegroups.com.
>>
>>
>>
>
>
>
> --
> *Regards*
> * *
> *Ashish Koul*
>
>
> *Visit*
> *http://www.excelvbamacros.com/*
> *http://www.accessvbamacros.com/*
>
> P Before printing, think about the environment.
>
>
>
>  --
> Join official facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES (1120+ 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.
>
> 6) Jobs posting is not allowed.
>
> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To post to this group, send email to excel-macros@googlegroups.com.
> To unsubscribe from this group, send email to
> excel-macros+unsubscr...@googlegroups.com.
>
>
>

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ 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. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
exce

Re: $$Excel-Macros$$ Re: Excel table Copy Paste in word (with formatting) *

2012-10-17 Thread Hilary Lomotey
try this

Sub exportToWord()

Dim SheetName As String, NumLines As Integer
Dim WordApp As Object
Set WordApp = CreateObject("Word.Application")
WordApp.Visible = True
Worksheets(SheetName).Range("frontcover").Copy
'you can replace the next line of code with
===>WordApp.Documents.Add.Content.Paste
WordApp.Documents.Add.Content.PasteSpecial DataType:=wdPasteText
Application.CutCopyMode = False
Set WordApp = Nothing

End Sub

On Wed, Oct 17, 2012 at 4:51 PM, ashish koul  wrote:

>  [image: Boxbe]  This message is eligible
> for Automatic Cleanup! (koul.ash...@gmail.com) Add cleanup 
> rule|
>  More
> info
>
> share excel file and word document
>
> or visit
>
> http://www.excelvbamacros.com/2011/11/find-row-and-column-number-of.html
>
> http://www.excelvbamacros.com/2011/10/copy-range-from-excel-and-paste-as.html
>
>
>
> On Wed, Oct 17, 2012 at 10:07 AM, amar takale wrote:
>
>> Pls help me for this solution
>>
>>
>> On Tue, Oct 16, 2012 at 5:26 PM, amar takale wrote:
>>
>>> *Hi All Champs*
>>> Can anybody tell me how to copy paste excel table in word as it with
>>> formatting.So I want to VBA code for that then I will create button & only
>>> click it So table automatically copy paste in word.For other sheet in code
>>> I will change only range of table as per data size table & click button.
>>>
>>> please help me to solve this question
>>> waiting your response
>>>
>>> Amar
>>>
>>>
>>  --
>> Join official facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES (1120+ 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.
>>
>> 6) Jobs posting is not allowed.
>>
>> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> To unsubscribe from this group, send email to
>> excel-macros+unsubscr...@googlegroups.com.
>>
>>
>>
>
>
>
> --
> *Regards*
> * *
> *Ashish Koul*
>
>
> *Visit*
> *http://www.excelvbamacros.com/*
> *http://www.accessvbamacros.com/*
>
> P Before printing, think about the environment.
>
>
>
>  --
> Join official facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES (1120+ 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.
>
> 6) Jobs posting is not allowed.
>
> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To post to this group, send email to excel-macros@googlegroups.com.
> To unsubscribe from this group, send email to
> excel-macros+unsubscr...@googlegroups.com.
>
>
>
>

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ 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$$ Re: Excel table Copy Paste in word (with formatting)

2012-10-17 Thread ashish koul
share excel file and word document

or visit

http://www.excelvbamacros.com/2011/11/find-row-and-column-number-of.html
http://www.excelvbamacros.com/2011/10/copy-range-from-excel-and-paste-as.html



On Wed, Oct 17, 2012 at 10:07 AM, amar takale  wrote:

> Pls help me for this solution
>
>
> On Tue, Oct 16, 2012 at 5:26 PM, amar takale  wrote:
>
>> *Hi All Champs*
>> Can anybody tell me how to copy paste excel table in word as it with
>> formatting.So I want to VBA code for that then I will create button & only
>> click it So table automatically copy paste in word.For other sheet in code
>> I will change only range of table as per data size table & click button.
>>
>> please help me to solve this question
>> waiting your response
>>
>> Amar
>>
>>
>  --
> Join official facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES (1120+ 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.
>
> 6) Jobs posting is not allowed.
>
> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To post to this group, send email to excel-macros@googlegroups.com.
> To unsubscribe from this group, send email to
> excel-macros+unsubscr...@googlegroups.com.
>
>
>



-- 
*Regards*
* *
*Ashish Koul*


*Visit*
*http://www.excelvbamacros.com/*
*http://www.accessvbamacros.com/*

P Before printing, think about the environment.

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ 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. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




$$Excel-Macros$$ Re: Excel table Copy Paste in word (with formatting)

2012-10-16 Thread amar takale
Pls help me for this solution


On Tue, Oct 16, 2012 at 5:26 PM, amar takale  wrote:

> *Hi All Champs*
> Can anybody tell me how to copy paste excel table in word as it with
> formatting.So I want to VBA code for that then I will create button & only
> click it So table automatically copy paste in word.For other sheet in code
> I will change only range of table as per data size table & click button.
>
> please help me to solve this question
> waiting your response
>
> Amar
>
>

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ 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. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.