Back Yard Patio (small)
This should perhaps be posted to the development side. But I put in a patio in the back yard today and wanted to share some of what I learned. Sub DrawVisio() Dim oVisio As New Visio.Application Dim oDoc As Visio.Document Dim oPage As Visio.Page Set oDoc = oVisio.Documents.Add(“basic.vst”) Set oPage = oDoc.Pages.Add ‘Set oPage = … Read more