Il y a
18836 résultats pour le mot clé
application dans la catégorie
Entraide
Bonjour, je désire créer cette condition mais cela ne fonctionne pas ???
Merci
Alpha
If Application.CountA([A3:A10000]) = Application.CountA([B3:B10000]) =
Application.CountA([C3:C10000]) = Application.CountA([D3:D10000]) =
Application.CountA([E3:E10000]) = Application.CountA([F3:F10000]) Then
Call quitter
Else: MsgBox "Il y a une anomalie !" : Exit Sub ...
Entraide publié le Samedi 24 janvier 2004
Bonjout ètous
J'ai fait les deux macro suivante elle fonctionne bien mais ci je veut
exécuter 400 fois a la place de 50 elle ne fonctionne pas car j'obtiens un
message d'erreur ( tros large procédure).
!: Est t'il possible de simplifier la procédure ,en moins de ligne ( par un
chiffre)
2: avoir cela en une seul macro.
Merci :-)
Sub Fusionner_L2_n3_1de2_ ()
' ...
Entraide publié le Dimanche 11 janvier 2004
Salut
Je veux adapter le comportement de mon application en fonction de la version
d'Access. Je n'arrive pas à trouver une propriété qui me la donne.
J'ai bien application.vbe.version ou application.dbengine.version mais pas
de application.version ou application.application.version.
Quelqu'un pourrait-il m'aider à ce sujet ?
D'avance merci
Laurent ...
Entraide publié le Lundi 13 novembre 2006
Hi,
I have an application in C++ that runs on different client computers. I need
to develop an application in C# on the server that sends parameters to the
client application (in C++). What is the best solution to make the
application in C# communicate with the application in C++ ?
I also need to make sound navigate between the two applications (the client
users (C++) speak in a ...
Entraide publié le Vendredi 17 juin 2005
Bonjour à tous
Avec l'aide de Google j'ai trouvé cette fonction qui fait le travail requis
Function Degrés_mm_ss(Degrés)
Degrés_mm_ss = Application.Application.Floor(Degrés, 1) & ": " & _
Application.Application.Floor((Degrés -
Application.Application.Floor(Degrés, 1)) * 60, 1) & _
": " & _
(Degrés - (Application.Application.Floor(Degrés, 1) +
Application.Application.Floor ...
Entraide publié le Jeudi 15 mai 2008
Bonjour
Je souhaiterais que mon application Access puisse (sur clic d'un bouton)
lancer une autre application Access et reprendre la main à la sortie de
l'appli appelée
Merci de l'aide ...
Entraide publié le Vendredi 21 janvier 2005
Hi,
We have 500+ dts running 24 X 7 ,started from dts run
In profiler every enty in application name column show as Dts
designer.
1.
Is possible to modify dts property or anything and add customer
informatiom ?
example
application name = dtsrun - Insert_Into_table_X
2.
is possible to modify application name for any connection ?
Thanks
Alex ...
Entraide publié le Vendredi 20 janvier 2006
Jeu compatible avec XP; comment faire pour que cette application can run?
(atout p'tit clic)
--
julieju ...
Entraide publié le Dimanche 05 juin 2005
Bonjour,
je veux faire apparaître une barre d'outil à l'ouverture de mon classeur et
je n'arrive pas à imsérer plus de 3 boutons. quelqu'un aurait-il un
explication
Sub NewBar()
Application.CommandBars.Add(Name:="aaaa", Position:=msoBarTop,
temporary:=True).Visible = True
Application.CommandBars("aaaa").Controls.Add Type:=msoControlButton, ID _
:=837, Before:=1
...
Entraide publié le Mercredi 04 mai 2005
Bonsoir,
un message apparait a l'ouverture de mon ordinateur help CTR exe.Composant
introuvable "case bleu"
une crois rouge et cettee application n'a pas pu démarercar MSACM32dl est
introuvable. La réinstallation de cette application peut corriger ce probleme.
c quoi ? comment réinstaller cette application?
merci ...
Entraide publié le Mercredi 01 mars 2006
Bonsoir,
Peut-on se contenter d'écrire
WorksheetFunction
plutôt que
Application.WorksheetFunction
Serge ...
Entraide publié le Mercredi 16 juillet 2003
Comment se fait-il qu'apr=E8s installation d'une=20
application corrig=E9e =E0 la place d'une application plus=20
ancienne, je retrouve l'ancienne application et pas la=20
nouvelle ??
Merci ! ...
Entraide publié le Mercredi 17 décembre 2003
Bonjour,
Quelle est la difference entre le code 1 et 2 dans mon bouton de commande
quitter:
code 1:
Application.enableevents=True
application.quit
et
code 2:
Application.quit
merci de votre aide ...
Entraide publié le Jeudi 13 janvier 2005
Zone alarm m'informe souvent
qu'une application nommée
"application and services"
souhaite se connecter au net
quand j'ouvre mon navigateur.
De quoi s'agit-il ?
--
adresseantispamrecomposezl'emailensupprimant1"e"dechaquecôtédu@ ...
Entraide publié le Mercredi 16 juin 2004
Bonjour
A chaque fois que je me connecte =E0 internet j'ai le=20
message suivant : "updater application a rencontr=E9 un=20
probl=E8me".
Qu'est ce que "updater application"?
Merci ...
Entraide publié le Mercredi 04 février 2004
Bonjour,
comment générer une frappe de caractères (=SendKeys) dans une application
autre que ma propre application VB ? (sans utiliser Automation)
Par exemple, mon application VB tape "Salut" dans un Notepad ouvert.
Merci ...
Entraide publié le Samedi 15 janvier 2005
Dear Sear
I have a problem about the Windows XP. Any application
can not be started, it show than the "application is not
valid of Win32". I have used other disc-dur to use an
anti-visus, it found a virus like W32@ and it have
removed. But the problem exist also.
I have noted that if I use the START EXCECUTE COMMAND and
when I start the application from the command it can be
...
Entraide publié le Mardi 14 septembre 2004
Je souhaite intégrer cette proc directement dans thisworkbook, mais malgré 2
heures de test, cela ne fonctionne pas.
Merci
Alpha
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Dim n As Long
Sheets("saisie").Select
n = Application.CountA([A3:A10000])
If Application.CountA([B3:B10000]) n And _
Application.CountA([C3:C10000]) n And _
...
Entraide publié le Dimanche 25 janvier 2004
Hi
I am using Windows Vista Business Edition with SP1. In that I hav
hosted the asp.net 2.0 application. When we launch the application i
the first time using IE , the application will install a .CAB file.
While I am launching the application(in IE ) as a local administrato
, the application could able to install the .CAB file successfully. Bu
the same when I tried with domain user , the ...
Entraide publié le Mercredi 11 juin 2008
hello!
ewupdater MFC Application
qui connait cette application???
je crains que c ne soit une saloperie??espion ou autre???
djé ...
Entraide publié le Jeudi 28 octobre 2004