NoobParadox
01-10-2010, 08:38 AM
Say I had a view, "Production numbers," that outputs something like
Production Level
10
300
400
600
And I want to make a module that will export this view to an excel file with some extra formatting (say, adding a border or color or adding a =SUM(everything above). I could do this easily in pure VBA, but I am wondering how you'd essentially export the view from Access to VBA while also implementing some cell-data manipulation at the end product. Thanks!
Production Level
10
300
400
600
And I want to make a module that will export this view to an excel file with some extra formatting (say, adding a border or color or adding a =SUM(everything above). I could do this easily in pure VBA, but I am wondering how you'd essentially export the view from Access to VBA while also implementing some cell-data manipulation at the end product. Thanks!