format grid cell

G

Guest

On my grid i'm defining what data to show, colors, etc. Now, I have one
column were i need to show the time instead of seconds, I have the code to
convert time to seconds, but how can I get that into my grid?

i have
sub GridFormat()
 
G

Guest

I hit post by accident

sub GridFormat()
with datagrid1
.HeaderText = "appearance time"
.MappingName = "time" ' i need this to be my variable for the conversion
end with

if i put my variable for the conversion in the mappingname section it does
not display.. how can i get my varable to work in the mapping name section?


here is what i have
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top