Sub change()
Dim rng As Range, cell As Range
Set rng = Range("A1:A" & Cells(65536, "A").End(xlUp).Row)
For Each cell In rng
If (cell.Value <> "") Then
cell.Value = UCase(cell.Value)
End If
Next cell
End Sub
One of the questions that often gets asked is "How can I load a Joomla! 1.5 Module into a content Article? This is in fact an easy thing to do, and can provide useful solutions such as:
By default, Joomla! Modules can be placed in any Module Position of the Template, but they do not load into Content Articles. This tutorial will explain how to enable and use Module loading within your Joomla! Articles, Here are the steps: Step 1 - Create a new Module or Copy an existing one.Within your Joomla! Administration, navigate to Extensions > Module Manager. If you are creating a new Module, click on the New button at the top right of the screen, or you can put a tick in the box next to an existing Module and copy it using the Copy button. ![]() If you copy an existing Module, the new Module will be created or copied and placed within the Module listing. Step 2 - Edit the Module
On the left side of the Module Edit Screen you will see some properties such as Module Title, Enabled, Module Position etc. Here is where the power of Joomla! shows itself. Usually we would just click on the Module Position field and select an available Module Position, but it is also possible to enter in your own value here as believe it or not, this field is editable! We need to edit this field and enter in a custom Module Position Name which will be used for our in-content use. Instead of clicking on the Arrow next to this field, click on the text within the field, and enter in your own value such as, content_custommod ![]() If you need to make other changes to your Module parameters then do so and when you are finished, make sure you click the "SAVE" button at the top right of the screen. Your new custom module position will then be saved with this Module. Step 3 - Check the Plugin
Step 4 - Load Module in ArticleNavigate to the Article Manager Screen, and Edit the Article you wish to load the Module within. Click on it's title to load the Article Edit Screen. Within the desired location of the Article, enter the following syntax in, which is code to tell the Module to load.
IMPORTANT NOTE: Do not enter in a common Template Module Position such as "Top" or "Left" into your loadposition tag. This may display all of the modules that are then set to show in that Position. |
Well the problem is with flash. So if it is not working for you just do this
Go to: administration mode
Menu: Site, Global Configuration
Choose: Enable Flash Uploader [No]
define( '_JEXEC', 1 );
define('JPATH_BASE', dirname(__FILE__) );//this is when we are in the root
define( 'DS', DIRECTORY_SEPARATOR );
require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );
$mainframe =& JFactory::getApplication('site');
$mainframe->initialise();
$session =& JFactory::getSession();
$myUser = $session->get( 'myUser', 'empty' );