If you follow an n-tiered arcihtecture, you may find that your extension methods are in a component (.NET assemply) separate from the code that needs to use the extension method.
To access extension methods for other components, you need to add the Public keyword to the Module name as follows:
Public Module Module1