filmov
tv
how to export excel table into word file using vba code | #excel #macro #vba #technology #shorts

Показать описание
how to export excel table into word file using vba code
Sub ExportExcelTableinworddocument()
Dim wdapp As New Word.Application
On Error Resume Next
wdapp.Visible = True
wdapp.Activate
wdapp.Documents.Add
With wdapp.Selection
.ParagraphFormat.Alignment = wdAlignParagraphCenter
.BoldRun
.Font.Size = 15
.Font.ColorIndex = wdDarkRed
.TypeText "MIS Report"
End With
Sheet1.Range("A1").CurrentRegion.Copy
wdapp.Selection.Paste
Application.CutCopyMode = False
ActiveDocument.Tables(1).AllowAutoFit = True
ActiveDocument.Tables(1).AutoFitBehavior wdAutoFitContent
ActiveDocument.Close
wdapp.Quit
End Sub
Sub ExportExcelTableinworddocument()
Dim wdapp As New Word.Application
On Error Resume Next
wdapp.Visible = True
wdapp.Activate
wdapp.Documents.Add
With wdapp.Selection
.ParagraphFormat.Alignment = wdAlignParagraphCenter
.BoldRun
.Font.Size = 15
.Font.ColorIndex = wdDarkRed
.TypeText "MIS Report"
End With
Sheet1.Range("A1").CurrentRegion.Copy
wdapp.Selection.Paste
Application.CutCopyMode = False
ActiveDocument.Tables(1).AllowAutoFit = True
ActiveDocument.Tables(1).AutoFitBehavior wdAutoFitContent
ActiveDocument.Close
wdapp.Quit
End Sub
How to save excel sheet as pdf without cutting off
Import and export excel table into AutoCAD
How to convert data to Table format in excel tips #learnexcelfree
How to copy table from PDF to Excel File in 30seconds
Excel Table Convert Into Picture | TrickoWorld
How to Convert Excel spreadsheet data into a Table
Convert Image to Excel Table in Seconds! 🔥 Easy Trick You Must Try #excel
Excel sheet convert to PDF🔥🤓 #excel #viral #shorts #shortsvideo #computer #exceltips
How to Create an Automated Invoice Generator in Excel (Step-by-Step Tutorial) #excel
Paste Excel to Word WITHOUT gridlines
Format messy CSV data in 15 Seconds! #excel #exceltips #exceltricks
Don't Copy PDF Data in Excel‼️Instead Use Amazing Trick #exceltips #excel #exceltricks #shorts...
How to Convert Excel to Google Sheets (Quick and Easy)
Easy way to copy table from excel to word #excel #word #exceltutorial #shorts #short #wordtutorials
Export any table from Autocad to excel with one click
Convert an image to a Table on Excel #shorts #excel
PDF ka Data Excel me laao 5 Sec me🔥😲 #viral #excel #exceltips #computer
Excel trick to transfer data from paper to excel sheet in less than 10 seconds
How to Export Excel Table data to SharePoint Online List
How to make a Pivot Table in 3 Steps‼️ #excel
How to PROPERLY Convert Excel to PDF
Excel Pivot Table: How to convert to a Regular Table
MS Word text convert to excel short trick 🔥😲 #viral #excel #shortvideo #exceltips #computer
How to Sync Excel Data to Word file #excel #exceltips #msword #shorts #shortsfeed
Комментарии