![]() |
[EASY] I'll become mad ' & "" in variables
Simple line:
Cells(1, 1) = "=IF('[1.xlsx]variable'!A1='[2.xlsx]variable'!A1,""ok"",""no"")" How can I substitute the "variable" text with a real variable?. The simple &variable& doesn't work... Thanks in advance. |
[EASY] I'll become mad ' & "" in variables
wrote:
Simple line: Cells(1, 1) = "=IF('[1.xlsx]variable'!A1='[2.xlsx]variable'!A1,""ok"",""no"")" How can I substitute the "variable" text with a real variable? Cells(1, 1) = _ "=IF('[1.xlsx]" & variable & "'!A1='[2.xlsx]" & variable & _ "'!A1,""ok"",""no"")" |
[EASY] I'll become mad ' & "" in variables
Il giorno luned́ 17 giugno 2013 10:36:06 UTC+2, ha scritto:
Simple line: Cells(1, 1) = "=IF('[1.xlsx]variable'!A1='[2.xlsx]variable'!A1,""ok"",""no"")" How can I substitute the "variable" text with a real variable?. The simple &variable& doesn't work... Thanks in advance. Thanks!. |
All times are GMT +1. The time now is 05:39 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com