Relative Content

Tag Archive for excelvbasave

How to run the code task to all targeted Cells then run the next task

I’m stuck with a simple problem because I’m not professional with vba creating.
I have a code to add a separator “@” between the two different languages in column “E” and it was working perfectly till I added a line to the code (“thisworkbook.save”) to save the sheet after runing the code any this caused to make the code run slowly I think because it check each cell to add the separator then save the sheet before moving to the next cell to run the same task

Save a macro enabled workbook based on 3 cell values

I am trying to add a code to save a workbook based on 3 cell values. A little background, we have a planner at work that we need to make daily backup, or copies as needed without altering the original copy of the workbook. I have tried several codes but, not having much luck.

Save the Excel Sheet after running a specific macro

I have a macro to add a separation symbol (@) between English and Arabic languages strings in the same cell and it’s working perfectly but I simply just need at make the sheet save itself automatically everytime I run this macro….
this is my code: