Assign: Column 'Nullable (Y/N)' does not belong to table DataTable

Hi,

The result shows line feed character exists in the column name. So can you try to use the following expression as the column name?

"Nullable "+vblf+"(Y/N)"

For example

rowSheet1("Nullable "+vblf+"(Y/N)").ToString.Trim.ToLower

Regards,

1 Like