how to know, in wich part of excel file have vba code?

jamiguel77

Active Member
Joined
Feb 14, 2006
Messages
378
Office Version
  1. 2016
  2. 2010
  3. 2007
Platform
  1. Windows
  2. Web
hi all, i open a excel file with vba code.

the question is simple, how to know where exist the vba code?

not i know how to write vba code..

but in wich part ?


thanks
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Usually code can exist in regular code modules, worksheet code modules and workbook code modules. In the image you posted, double click on the sheet names (Hoja1, Hoja2, etc.), the regular modules (Modulo1, Modulo2, etc.) and ThisWorkbook. When you double click on any of these, any existing code will be visible. If the pop up windows are blank, there is no code in that module.
 
Upvote 0
1605376669256.png

yes... i can check all module parts
but only in this Modules.... can write VBA code or any other place?

Thanks
 
Upvote 0
Where you place the code depends on what you are trying to accomplish.
 
Upvote 0
Yes i understand, but i have a work to do (this file i dont created) and is examine/explore all the file, know what to do, step by step.

if exist any keydown methods, any load methods, any button click, and etc etc....

understand me?

thanks
 
Upvote 0
I'm sorry but I don't understand what you are looking for. If you are looking for a macro to perform a task, then you will have to give me more information. It would be easier to help if you could use the XL2BB add-in (icon in the menu) to attach a screenshot (not a picture) of your sheet. Alternately, you could upload a copy of your file to a free site such as www.box.com or www.dropbox.com. Once you do that, mark it for 'Sharing' and you will be given a link to the file that you can post here. Explain in detail what you want to do, step by step, referring to specific cells, rows, columns and sheets using a few examples from your data (de-sensitized if necessary).
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,757
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top