I am making a program that will write what the user input to Excel and I was wondering how to format a number so it only has two deciamal places in excel and so its also bold.. This is what i have for code but it doesn't seem to be working. Any help would be great. Thanks in advanced.
ApExcel.Cells(2 , 1).NumberFormat = "0.00"
I also tried it with "############.# #"
but nothing works.
ApExcel.Cells(2 , 1).NumberFormat = "0.00"
I also tried it with "############.# #"
but nothing works.
Comment