Hard to say definitively without knowing more detail.
Here are some general tips to make code run faster.
Optimize Slow VBA Code
The Application.ScreenUpdating=False tip could be a major improvement if you are looping several column inserts. Or if you have a lot of formulas, you may want to temporarily set the Calculation Mode to manual.
Bookmarks