DougDR
Board Regular
- Joined
- Jun 6, 2011
- Messages
- 121
<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0mm 5.4pt 0mm 5.4pt; mso-para-margin:0mm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--> Hi again everyone, hope you don’t mind helping again.
After creating a CSV file I need to open it and do three (3) things.
First:- to delete all rows which have a certain value in columnA.
Then:- to delete columns A and B
Then:- to format all cells not to have “wrap text”
Thank in advance for your help
PS Oh yes. I don’t know if VBA code is filed with a CSV file?
After creating a CSV file I need to open it and do three (3) things.
First:- to delete all rows which have a certain value in columnA.
Then:- to delete columns A and B
Then:- to format all cells not to have “wrap text”
Thank in advance for your help
PS Oh yes. I don’t know if VBA code is filed with a CSV file?