Bonjour,
Je suis en train de transformer un fichier d'analyse financière "Lotus" en format "EXCEL".
J'ai une macro LOTUS qui me pose souci ...

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{va}C:A1~/fgvn	
	{va}B:A1~/fgvn	
	/ceTEMP_4~	
	/ceTEMP_5~	
	/ceTEMP_6~	
	/ceCIBLE_A~	
	/ceCIBLE_B~	
	/ceCIBLE_C~	
	/ceCIBLE_CP~	
	/ceCIBLE_D~	
	/ceCIBLE_E~	
	/ceCIBLE_F~	
	/ceCIBLE_G~	
	/ceCIBLE_H~	
	/ceCIBLE_I~	
	/ceCIBLE_JK~	
	/ceCIBLE_L~	
	/ceCIBLE_M~	
	/ceCIBLE_N~	
	{VA}A:D12~	
	{pour DEBUT;-1;5;1;DROITE}	
	{va}SOURCE_A~{d DEBUT}	
	{SPRG_1}	
	/cvTEMP~CIBLE_A~	
	{SELECTIONNER CIBLE_A}	
	{ALIGNEMENT}	
	{va}SOURCE_B~{d DEBUT}	
	{SPRG_1}	
	/cvTEMP~CIBLE_B~	
	{SELECTIONNER CIBLE_B}	
	{ALIGNEMENT}	
	{va}SOURCE_C~{d DEBUT}	
	{calcul}{soit CIBLE_CP;REPORT}~	
	{SPRG_1}	
	/cvTEMP~CIBLE_C~	
	{va}TEMP_5~	
	+SOURCE_D1-SOURCE_D2-SOURCE_D3~	
	/r~.{d 4}~	
	{d 4}~{calcul}	
	{SPRG_1}	
	/cvTEMP~CIBLE_D~	
	{va}SOURCE_E~{d DEBUT}	
	{SPRG_1}	
	/cvTEMP~CIBLE_E~	
	{va}SOURCE_F~{d DEBUT}	
	{SPRG_1}	
	/cvTEMP~CIBLE_F~	
	{va}SOURCE_G~{d DEBUT}	
	{SPRG_1}	
	/cvTEMP_NEG~CIBLE_G~	
	{va}SOURCE_H~{d DEBUT}	
	{SPRG_1}	
	/cvTEMP~CIBLE_H~	
	{va}SOURCE_I~{d DEBUT}	
	{SPRG_1}	
	/cvTEMP~CIBLE_I~	
	{va}SOURCE_J~{d DEBUT}	
	{calcul}{soit CIBLE_JK;REPORT}~	
	{va}SOURCE_K~{d DEBUT}	
	{calcul}{soit CIBLE_JK;(CIBLE_JK+REPORT)/1000}~	
	{va}SOURCE_L~{d DEBUT}	
	{calcul}{soit CIBLE_L;REPORT}~	
	{va}TEMP_6~{d $DROITE_1}	
	+SOURCE_M1+SOURCE_M2~	
	/r~.{d 4}~	
	{d 4}~{calcul}	
	/cv{g 3}~	
	CIBLE_M~	
	{va}TEMP_6~{d $DROITE_1}	
	-SOURCE_N1-SOURCE_N2~	
	/r~.{d 4}~	
	{d 4}~{calcul}	
	/cv{g 3}~	
	CIBLE_N~
Pouvez-vous m'aider à la transformer en macro excel si possible ?

Merci d'avance
Mamanhou