hello all, i have some problems that i hope you can help me with.
i have a access database on which i have a subform that the user can hide or unhide columns by clicking on tick boxes on the main form,(some columns not required for different subforms)
i have a button that can export the data in subform to excel and if needs be create the folders to store it in, this all seems to work, (the code for doing this i got from some site that i cannot remember, it was a long time ago)
1 when it exports to excel it shows all columns, even the ones that has been hidden, how do i stop this?
2 it also exports some textboxes onto the that i have requested to do (company name, project, drawing)this works fine, but could i create a header in vba and place the textboxes on to it ? if so how please,
i have a access database on which i have a subform that the user can hide or unhide columns by clicking on tick boxes on the main form,(some columns not required for different subforms)
i have a button that can export the data in subform to excel and if needs be create the folders to store it in, this all seems to work, (the code for doing this i got from some site that i cannot remember, it was a long time ago)
1 when it exports to excel it shows all columns, even the ones that has been hidden, how do i stop this?
2 it also exports some textboxes onto the that i have requested to do (company name, project, drawing)this works fine, but could i create a header in vba and place the textboxes on to it ? if so how please,