Creating a csv file and showing commas for blank cells

voodoo

Board Regular
Joined
Apr 7, 2002
Messages
186
I am creating a csv file in a macro.

There are 12 columns in total but the last 5 columns are blank. The thing is when the file is opened in notepad format the commas should still appear even though in Excel the cells are empty.

E.g. this is how a row of entries should appear if opened in notepad

1,12121,4564,5000,55,094500,T,,,,,

My problem is what can I do to the cells in the last 5 columns in Excel to make them register somehow like this when opened in notepad.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Do you know exactly how to enter this using VBA?

I tried the both following but they didnt work

wksReport.Cells(lngTStartRow, :cool:.FormulaR1C1 = ""

wksReport.Cells(lngTStartRow, :cool:.Formula = ""
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,093
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top