Posts by Julia Edwiges de Freitas • 23 points
3 posts
- 
		1 votes1 answer726 viewsA: Vba: How to align left a selection of cells sent in outlook as html?Got it! objNewEmail.HTMLBody = "<table align=""left"">" & objTextStream.ReadAll & "</table>" & "<p align=""left"">" & objNewEmail.HTMLBody & "</p>"… 
- 
		0 votes1 answer726 viewsQ: Vba: How to align left a selection of cells sent in outlook as html?I will delete parts of the code to facilitate viewing the problem: Dim objSelection As Excel.Range Dim objTempWorkbook As Excel.Workbook Dim objTempWorksheet As Excel.Worksheet Dim strTempHTMLFile… 
- 
		1 votes1 answer321 viewsQ: Struct vector: Passage by reference in CThis code is from a simple register of people, containing code and name of the person. I am confused about the passage from the struct vector to the "insert procedure". When compiling, the program…