Hi there,

I have a problem which is ruining my life. (no it's not personal)

I have a table of around 5 columns and 30-40 rows, and I was programming it back home and the ListView control seems perfect. Then i bring it to work and realised that the office here does not have the VB common controls installed. I tried downloading the mscomctl.ocx and referencing my project to it but it keeps saying "Method or Data member not found"

I am clueless on how to sort this silly VBA problem out.

Is there a better way to deal with the data? The table row is dynamic and i need to be able to change it at runtime.