Option Explicit
Const FOLDER_SAVED As String = "F:\1350\tset\" `Makes sure your folder path ends with a backward slash
Const SOURCE_FILE_PATH As String = "F:\1350\microteknik catagog.xlsx"
Sub TestRun()
Dim MainDoc As Document, TargetDoc As Document
Dim dbPath As String
Dim recordNumber As Long, totalRecord As Long
Set MainDoc = ActiveDocument
With MainDoc.MailMerge
'// if you want to specify your data, insert a WHERE clause in the SQL statement
.OpenDataSource Name:=SOURCE_FILE_PATH, sqlstatement:="SELECT * FROM [Sheet1$]"
totalRecord = .DataSource.RecordCount
For recordNumber = 1 To totalRecord
With .DataSource
.ActiveRecord = recordNumber
.FirstRecord = recordNumber
.LastRecord = recordNumber
End With
.Destination = wdSendToNewDocument
.Execute False
Set TargetDoc = ActiveDocument
TargetDoc.SaveAs2 FOLDER_SAVED & .DataSource.DataFields("CODE").Value & ".docx", wdFormatDocumentDefault
TargetDoc.ExportAsFixedFormat FOLDER_SAVED & .DataSource.DataFields("CODE").Value & ".pdf", exportformat:=wdExportFormatPDF
TargetDoc.Close False
Set TargetDoc = Nothing
Next recordNumber
End With
Set MainDoc = Nothing
End Sub
Autoclaves are essential devices in medical, laboratory, and industrial settings, known for their effectiveness in sterilizing equipment and materials. Their functionality revolves around the principle of moist heat sterilization, where steam under pressure is used to sterilize various items. This article delves into the autoclave's working principles, sterilization process, diagram, uses, pressure requirements, and the role of manufacturers and exporters in India. Autoclave Working Principle The working principle of an autoclave is based on the principle of moist heat sterilization. This method uses steam under pressure to kill harmful bacteria, viruses, fungi, and spores, ensuring that the items being sterilized are free from any microorganisms. The autoclave generates steam inside a closed chamber, increasing the pressure, which in turn raises the boiling point of water, allowing the steam to reach higher temperatures than boiling water at normal atmospheric pressure. Autoclav