The following warnings occurred:
Warning [2] Undefined variable $smilie_cache - Line: 1029 - File: inc/plugins/quickadveditorplus.php PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/quickadveditorplus.php 1029 errorHandler->error_callback
/inc/plugins/quickadveditorplus.php 1170 mycode_inserter_quick
/inc/class_plugins.php 142 codebuttonsquick
/showthread.php 470 pluginSystem->run_hooks
Warning [2] Undefined array key "sourceeditor" - Line: 1135 - File: inc/plugins/quickadveditorplus.php PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/quickadveditorplus.php 1135 errorHandler->error_callback
/inc/plugins/quickadveditorplus.php 1170 mycode_inserter_quick
/inc/class_plugins.php 142 codebuttonsquick
/showthread.php 470 pluginSystem->run_hooks
Warning [2] Undefined array key "vbquote" - Line: 1147 - File: inc/plugins/quickadveditorplus.php PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/quickadveditorplus.php 1147 errorHandler->error_callback
/inc/plugins/quickadveditorplus.php 1170 mycode_inserter_quick
/inc/class_plugins.php 142 codebuttonsquick
/showthread.php 470 pluginSystem->run_hooks
Warning [2] Undefined array key "showquickreply" - Line: 1175 - File: inc/plugins/quickadveditorplus.php PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/quickadveditorplus.php 1175 errorHandler->error_callback
/inc/class_plugins.php 142 codebuttonsquick
/showthread.php 470 pluginSystem->run_hooks
Warning [2] Undefined array key "sourceeditor" - Line: 1135 - File: inc/plugins/quickadveditorplus.php PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/quickadveditorplus.php 1135 errorHandler->error_callback
/inc/plugins/quickadveditorplus.php 1176 mycode_inserter_quick
/inc/class_plugins.php 142 codebuttonsquick
/showthread.php 470 pluginSystem->run_hooks
Warning [2] Undefined array key "vbquote" - Line: 1147 - File: inc/plugins/quickadveditorplus.php PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/quickadveditorplus.php 1147 errorHandler->error_callback
/inc/plugins/quickadveditorplus.php 1176 mycode_inserter_quick
/inc/class_plugins.php 142 codebuttonsquick
/showthread.php 470 pluginSystem->run_hooks
Warning [2] Undefined variable $can_link - Line: 6 - File: showthread.php(1617) : eval()'d code PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1617) : eval()'d code 6 errorHandler->error_callback
/showthread.php 1617 eval
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 45 - File: showthread.php(1617) : eval()'d code PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1617) : eval()'d code 45 errorHandler->error_callback
/showthread.php 1617 eval
Warning [2] Undefined variable $usersbrowsing - Line: 91 - File: showthread.php(1617) : eval()'d code PHP 8.2.7 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1617) : eval()'d code 91 errorHandler->error_callback
/showthread.php 1617 eval




Excel vraagje
#7
Bocaloca Wrote:Als Excel open is druk je op Alt+F11 nu kom je in de "Visual Basic Editor"
Klik rechts op "Vbproject(Map1)" en kies Invoegen - Module
Rechts zie je Option Explicit met de cursor,
de code hieronder kopieer je en plak je in dit vak.
Ga nu naar Extra - Macro - Macro's en kies Knipper
Sla het bestand op.

Sub Knipper()
Dim interval As Date, myCell As Range
Set myCell = Worksheets(1).Range("A1")
interval = TimeValue("00:00:02")

knip = Not knip
tel = tel + 1
If tel = 10 Then
myCell.Interior.Color = 0
Exit Sub
End If

myCell.Interior.Color = IIf(knip, RGB(256, 0, 0), RGB(0, 256, 0))
Application.OnTime Now + interval, "Knipper"

End Sub

Cel A1 zal nu knipperen

NERD! NERD! NERD! :Big Grin
She was only the Gardener's daughter, but boy! What a melons!
Reply


Messages In This Thread
Excel vraagje - by Ekslem - 15-10-2008, 01:19 PM
Re: Excel vraagje - by Gerben Zonderland - 15-10-2008, 01:32 PM
Re: Excel vraagje - by Mac - 15-10-2008, 02:09 PM
Re: Excel vraagje - by Mukkus - 15-10-2008, 02:12 PM
Re: Excel vraagje - by Bocaloca - 15-10-2008, 03:51 PM
Re: Excel vraagje - by Treesong - 15-10-2008, 04:19 PM
Re: Excel vraagje - by Gerben Zonderland - 15-10-2008, 07:56 PM

Forum Jump: